2024-05-06 10:37:40 +00:00
|
|
|
name: Jekyll
|
|
|
|
run-name: ${{ gitea.actor }} is building the website
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
main
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build-site:
|
|
|
|
runs-on: linux_amd64
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v4
|
2024-05-06 10:41:53 +00:00
|
|
|
- name: Build
|
|
|
|
run: jekyll build --destination /usr/share/caddy/shylie.info/_site
|