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

15 lines
304 B
YAML
Raw Normal View History

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