Skip to content

Commit

Permalink
chore: 调整 git action
Browse files Browse the repository at this point in the history
  • Loading branch information
myltx committed Dec 9, 2024
1 parent e3755e0 commit fdf621e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Install dependencies and build
run: |
npm install
npm run build # 运行你的构建命令
npm run build:h5 # 运行你的构建命令
# 部署到 GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist # 替换为你的构建输出目录
publish_dir: ./dist/build/h5 # 替换为你的构建输出目录

0 comments on commit fdf621e

Please sign in to comment.