Skip to content

Commit 495f101

Browse files
authored
Revert "Don't deploy to GitHub pages"
1 parent 44ff808 commit 495f101

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ jobs:
5757
git add .
5858
git commit -m "$COMMIT_MESSAGE"
5959
git push --force origin gh-pages
60+
- name: Deploy to GitHub Pages
61+
id: deployment
62+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)