mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 08:05:09 +00:00
update depends
This commit is contained in:
parent
e73093234d
commit
276a154e6a
1 changed files with 4 additions and 3 deletions
7
.github/workflows/github-pages.yml
vendored
7
.github/workflows/github-pages.yml
vendored
|
@ -1,7 +1,8 @@
|
|||
name: github-pages
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
main:
|
||||
permissions:
|
||||
|
@ -12,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: make build
|
||||
- uses: actions/upload-pages-artifact@v2
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: dist
|
||||
- uses: actions/deploy-pages@v2
|
||||
- uses: actions/deploy-pages@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue