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 671511c commit c5286d5Copy full SHA for c5286d5
.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.5.0
+ - uses: JamesIves/github-pages-deploy-action@v4.6.0
32
with: { branch: gh-pages, folder: docs/site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }
0 commit comments