Skip to content

Commit

Permalink
部屬到main/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJi0428 authored Jul 24, 2024
1 parent 17e2eee commit 6381349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
uses: JamesIves/[email protected]
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # 要部署到的分支,比如 gh-pages
FOLDER: dist/demo # Angular 应用程序的构建输出目录
BRANCH: main # 要部署到的分支,比如 gh-pages
FOLDER: docs # Angular 应用程序的构建输出目录
CLEAN: true # 可选项,是否清除目标分支的其他文件,默认为 true

0 comments on commit 6381349

Please sign in to comment.