Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
e8439d7cf9
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -15,6 +15,12 @@ jobs:
|
||||
uses: jzweifel/gatsby-cli-github-action@v1.0.0
|
||||
with:
|
||||
gatsby-arg: build
|
||||
|
||||
- name: Upload bundle
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "site-bundle"
|
||||
path: "public/"
|
||||
|
||||
- name: Deply via ssh
|
||||
uses: appleboy/scp-action@v0.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user