-
Notifications
You must be signed in to change notification settings - Fork 134
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
4 changed files
with
9,427 additions
and
13 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 |
---|---|---|
|
@@ -7,11 +7,11 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@main | ||
|
||
- name: Build and Deploy | ||
uses: grasilife/github-pages-deploy[email protected] | ||
- name: Vuepress deploy | ||
uses: jenkey2011/vuepress-deploy@1.0.1 | ||
env: | ||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} | ||
BASE_BRANCH: master # The branch the action should deploy from. | ||
BRANCH: gh-pages # The branch the action should deploy to. | ||
FOLDER: build # The folder the action should deploy. | ||
BUILD_SCRIPT: npm install && npm run-script build # The build script the action should run prior to deploying. | ||
TARGET_BRANCH: master | ||
BUILD_SCRIPT: yarn && yarn build | ||
BUILD_DIR: blog/.vuepress/dist/ | ||
|
Oops, something went wrong.