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.
2 parents 44ff808 + 495f101 commit 7b793d4Copy full SHA for 7b793d4
.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