Files
rpg.post-self.ink/.gitea/workflows/deploy.yaml
T
Madison Rye Progress 1d798cdda0
Deploy / deploy (push) Successful in 3s
Update workflow
2026-08-29 16:02:15 -07:00

26 lines
565 B
YAML

name: Deploy
run-name: ${{ gitea.actor }} is deploying ${{ gitea.repository }}
on:
push:
branches:
- main
jobs:
deploy:
runs-on: host
steps:
- name: Check out repo
uses: actions/checkout@v6
with:
submodules: 'true'
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.157.0'
extended: true
- name: Build site
run: |
hugo build --gc --minify --baseURL https://rpg.post-self.ink --destination /opt/hugo/rpg.post-self.ink