Skip to content

Commit

Permalink
build(构建): 自动化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkc committed Jul 17, 2024
1 parent ea6331e commit 86054a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mkdir docs
cp -rf dist/* docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
# uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./docs

0 comments on commit 86054a7

Please sign in to comment.