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 44ff808 commit 495f101Copy full SHA for 495f101
.github/workflows/publish.yml
@@ -57,3 +57,6 @@ jobs:
57
git add .
58
git commit -m "$COMMIT_MESSAGE"
59
git push --force origin gh-pages
60
+ - name: Deploy to GitHub Pages
61
+ id: deployment
62
+ uses: actions/deploy-pages@v4
0 commit comments