fix ci
This commit is contained in:
parent
aa33ac1562
commit
1777441ad6
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Build Gatsby Site
|
||||
uses: jzweifel/gatsby-cli-github-action@v1.0.0
|
||||
with:
|
||||
gatsby-arg: build
|
||||
args: build
|
||||
|
||||
- name: Upload bundle
|
||||
uses: actions/upload-artifact@v2
|
||||
@ -26,7 +26,6 @@ jobs:
|
||||
uses: appleboy/scp-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
port: 22
|
||||
username: ${{ secrets.WEBMASTER_USERNAME }}
|
||||
key: ${{secrets.NPM_GITHUB_PRIVATE_KEY}}
|
||||
source: "public/*"
|
||||
|
Loading…
Reference in New Issue
Block a user