mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-18 16:08:04 +00:00
use actions/checkout@v3
This commit is contained in:
parent
019a4def63
commit
055deb0ce4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
environment: github-pages
|
environment: github-pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- run: npx @marp-team/marp-cli README.md -o pages/index.html
|
- run: npx @marp-team/marp-cli README.md -o pages/index.html
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue