Skip to content

Commit 7b793d4

Browse files
authored
Merge pull request #159 from rancher/revert-158-remove-ghp
Revert "Don't deploy to GitHub pages"
2 parents 44ff808 + 495f101 commit 7b793d4

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)