We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a21543a + 73ed47a commit 2bd26d2Copy full SHA for 2bd26d2
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