mirror of
https://github.com/tappollo/booster_site.git
synced 2026-01-12 15:34:30 +08:00
chore: fix
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -15,9 +15,9 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
version: 10
|
||||
- name: build
|
||||
run: |
|
||||
yarn install
|
||||
yarn deploy
|
||||
- name: Build and Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@ghtoken
|
||||
env:
|
||||
FOLDER: build
|
||||
BUILD_SCRIPT: yarn install && yarn build
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user