revert 5053411be3dbaaaa376f290aadc977be8bf15924
revert Switch checkout action
This commit is contained in:
parent
5053411be3
commit
b79dcfff4f
@ -18,7 +18,7 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: clone
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
uses: actions/checkout@v3
|
||||
- name: build
|
||||
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
|
||||
- name: deploy
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: clone
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
uses: actions/checkout@v3
|
||||
- name: build
|
||||
run: hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test
|
||||
- name: deploy
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: clone
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
uses: actions/checkout@v3
|
||||
- name: build
|
||||
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
|
||||
- name: deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user