We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b63570 commit 6785f01Copy full SHA for 6785f01
.github/workflows/docs.yaml
@@ -28,5 +28,5 @@ jobs:
28
- uses: actions/checkout@v4
29
- uses: actions/download-artifact@v4
30
with: { name: docs, path: docs/site }
31
- - uses: JamesIves/github-pages-deploy-action@v4.6.1
+ - uses: JamesIves/github-pages-deploy-action@v4.7.1
32
with: { branch: gh-pages, folder: docs/site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }
0 commit comments