Skip to content

Commit

Permalink
Merge pull request #18 from dongrentianyu/master
Browse files Browse the repository at this point in the history
Update gh-pages.yml
  • Loading branch information
linonetwo committed Aug 3, 2023
2 parents 698314e + 0a4eaae commit 21b3d25
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
- name: Build Library and static website
run: pnpm run publish

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
# Upload entire repository
path: ./dist
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 21b3d25

Please sign in to comment.