Update with robots/ai, add gitea workflow
Some checks failed
Deploy / deploy (push) Failing after 17s
Some checks failed
Deploy / deploy (push) Failing after 17s
This commit is contained in:
18
.gitea/workflows/deploy.yaml
Normal file
18
.gitea/workflows/deploy.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Deploy
|
||||||
|
run-name: ${{ gitea.actor }} is deploying ${{ gitea.repository }}
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repo
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
|
- name: Build site
|
||||||
|
run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ vars.DESTINATION }}
|
||||||
Submodule themes/maddybook updated: 22d2451fb6...b3a328e733
Reference in New Issue
Block a user