We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bb27ba + 2bd26d2 commit 1b8b2e0Copy full SHA for 1b8b2e0
1 file changed
.github/workflows/publish.yml
@@ -59,7 +59,7 @@ jobs:
59
cp -vaT $ROOT_DOC_DIR $DEPLOY_DIR
60
cp -vaT $C_DOC_DIR $DEPLOY_DIR/c
61
- name: Deploy to GitHub Pages
62
- uses: JamesIves/github-pages-deploy-action@v4.7.2
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
63
with:
64
branch: gh-pages
65
folder: ${{ env.DEPLOY_DIR }}
0 commit comments