Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phyuany authored Nov 6, 2024
1 parent 414d95a commit 192de83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
gulp dist --codelabs-dir=codelabs # 运行打包命令
# Step 5: Upload dist folder
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
- name: Upload dist directory as artifact
uses: actions/upload-pages-artifact@v1
with:
path: dist/
path: ./dist # 上传 dist 目录中的内容

# Deployment job
deploy:
Expand Down

0 comments on commit 192de83

Please sign in to comment.