Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqirj committed Mar 26, 2024
1 parent 85d82f0 commit 1d69d85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ jobs:
pnpm run build
- name: 上传构建产物
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: dist


- name: Configure Pages
uses: actions/configure-pages@v4
- name: Deploy to GitHub Pages
# deploy
- name: Deploy Page To Release
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v1

0 comments on commit 1d69d85

Please sign in to comment.