hswro_org/.forgejo/workflows/build-jekyll.yml

17 lines
351 B
YAML
Raw Permalink Normal View History

2025-02-17 20:26:37 +00:00
on:
push:
branches:
- main
jobs:
build_website:
2025-02-17 20:26:37 +00:00
runs-on: docker
container:
image: git.hswro.org/fleg/hswro_org:latest
steps:
2025-02-22 22:20:13 +00:00
- uses: actions/checkout@v3
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/