forked from fleg/hswro_org
CI: go back to official checkout action
This commit is contained in:
parent
c66006ef33
commit
605090c557
|
@ -8,7 +8,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: git.hswro.org/fleg/hswro_org:latest
|
image: git.hswro.org/fleg/hswro_org:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/taiki-e/checkout-action@v1
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
- run: bundle exec jekyll build
|
- run: bundle exec jekyll build
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue