Update gatsby.yml
This commit is contained in:
parent
e9fc3e6e50
commit
f18fc6fde1
3
.github/workflows/gatsby.yml
vendored
3
.github/workflows/gatsby.yml
vendored
@ -4,8 +4,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -17,7 +15,6 @@ jobs:
|
|||||||
sudo yarn global add gatsby-cli
|
sudo yarn global add gatsby-cli
|
||||||
yarn
|
yarn
|
||||||
gatsby build
|
gatsby build
|
||||||
stty sane
|
|
||||||
- name: Publish to server via scp
|
- name: Publish to server via scp
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user