fix workflows
This commit is contained in:
parent
acf6719ad2
commit
996f07c1bf
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
- source # default branch
|
- source # default branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pages:
|
buildAndPush:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
- source # default branch
|
- source # default branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pages:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user