Update main.yml
This commit is contained in:
parent
1512f7d924
commit
e2517c0ed0
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
name: build and deploy
|
name: build and deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.1
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Build Gatsby Site
|
- name: Build Gatsby Site
|
||||||
uses: jzweifel/gatsby-cli-github-action@v1.0.0
|
uses: jzweifel/gatsby-cli-github-action@master
|
||||||
with:
|
with:
|
||||||
gatsby-arg: build
|
gatsby-arg: build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user