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 abdf8dd commit d6bd695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Step 4: Build the project
- name: Build project
run: |
gulp serve:dist --codelabs-dir=codelabs # 运行打包命令
gulp dist --codelabs-dir=codelabs # 运行打包命令
# Step 5 (Alternative for GitHub Pages):
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit d6bd695

Please sign in to comment.