2025-02-17 20:26:37 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: docker
|
|
|
|
container:
|
|
|
|
image: git.hswro.org/fleg/hswro_org:latest
|
|
|
|
steps:
|
2025-02-17 21:27:44 +00:00
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
2025-02-17 20:26:37 +00:00
|
|
|
- run: bundle exec jekyll build
|
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
|
with:
|
|
|
|
name: generated-site
|
|
|
|
path: _site/
|