Roll back the checkout action to v3
/ test (push) Successful in 21s
Details
/ test (push) Successful in 21s
Details
This commit is contained in:
parent
605090c557
commit
914b3b5317
|
@ -8,7 +8,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: git.hswro.org/fleg/hswro_org:latest
|
image: git.hswro.org/fleg/hswro_org:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
- run: bundle exec jekyll build
|
- run: bundle exec jekyll build
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in New Issue