1
0
Fork 0

CI: go back to official checkout action

This commit is contained in:
Michał Rudowicz 2025-02-17 22:27:44 +01:00
parent c66006ef33
commit 605090c557
1 changed files with 2 additions and 1 deletions

View File

@ -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: