-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
21 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest # 构建环境使用 ubuntu | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
|
||
|
@@ -18,8 +18,8 @@ jobs: | |
npm run build | ||
- name: Deploy # 将打包内容发布到 github page | ||
uses: JamesIves/[email protected] # 使用别人写好的 actions | ||
with: # 自定义环境变量 | ||
with: # 自定义环境变量 | ||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} | ||
BRANCH: gh-pages | ||
FOLDER: ./.vitepress/dist | ||
REPOSITORY_NAME: dev-zuo/dev-zuo.github.io # 这是我的 github page 地址 | ||
REPOSITORY_NAME: formily/formily.github.io # 这是我的 github page 地址 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# vitepress-demo | ||
|
||
vitepress空模板 | ||
vitepress 空模板 | ||
|
||
## node | ||
|
||
node 18+ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters