Skip to content

NEXT-33446 - bump up version of actions/checkout to v4 #2

NEXT-33446 - bump up version of actions/checkout to v4

NEXT-33446 - bump up version of actions/checkout to v4 #2

Workflow file for this run

name: Docs
on: push
jobs:
create_docs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Deploy redirect
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: redirect
clean: true