Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
zamrokk committed Aug 8, 2023
2 parents a38a115 + 64037d4 commit 988237a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Build
run: cd ./doc ; node ./convert.js
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3.0.0
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "doc/www"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 988237a

Please sign in to comment.