We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0265c1 commit bd9d6e1Copy full SHA for bd9d6e1
.github/workflows/build-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
make gen-docs
29
touch docs/_build/html/.nojekyll
30
- name: Publish Docs
31
- uses: JamesIves/github-pages-deploy-action@3.7.1
+ uses: JamesIves/github-pages-deploy-action@v4.6.8
32
with:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
BASE_BRANCH: main # The branch the action should deploy from.
0 commit comments