Update ci.yml
This commit is contained in:
parent
39bc2e7b86
commit
dcf1505efa
|
|
@ -1,5 +1,5 @@
|
||||||
name: GitHub Actions Build and Deploy linux-command
|
name: GitHub Actions Build and Deploy linux-command
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -13,4 +13,4 @@ jobs:
|
||||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: .deploy
|
FOLDER: .deploy
|
||||||
BUILD_SCRIPT: npm install && npm run build
|
BUILD_SCRIPT: npm install && npm run build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue