|
|
@ -15,8 +15,13 @@ jobs: |
|
|
- name: Build and Deploy |
|
|
- name: Build and Deploy |
|
|
uses: JamesIves/github-pages-deploy-action@master |
|
|
uses: JamesIves/github-pages-deploy-action@master |
|
|
env: |
|
|
env: |
|
|
|
|
|
CI: true |
|
|
|
|
|
PROGRESS: none |
|
|
|
|
|
GIT_CONFIG_NAME: qixian.cs |
|
|
|
|
|
GIT_CONFIG_EMAIL: qixian.cs@outlook.com |
|
|
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: site |
|
|
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: site |
|
|
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} |
|
|
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} |
|
|
BRANCH: gh-pages |
|
|
BRANCH: gh-pages |
|
|
FOLDER: 'dist/' |
|
|
FOLDER: 'dist/' |
|
|
BUILD_SCRIPT: yarn && npm run deploy |
|
|
BUILD_SCRIPT: yarn && npm uninstall husky && npm run site && git checkout . && git clean -df |
|
|
|