fix workflows

This commit is contained in:
uetchy 2021-06-08 19:22:18 +09:00
parent acf6719ad2
commit 996f07c1bf
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
- source # default branch
jobs:
pages:
buildAndPush:
runs-on: ubuntu-20.04
steps:
- name: Checkout

View File

@ -7,7 +7,7 @@ on:
- source # default branch
jobs:
pages:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2