elli-website/.forgejo/workflows/deploy.yml
Dorian Zedler 94f014b384
All checks were successful
/ build (push) Successful in 2m4s
Chore: use itsblue.dev/actions/codeberg-pages-deploy@v1
2023-09-09 12:23:12 +02:00

40 lines
764 B
YAML

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo.git@v2
with:
hugo-version: 'latest'
extended: true
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Build
run: |
npm i
hugo --minify
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Deploy
uses: https://itsblue.dev/actions/codeberg-pages-deploy@v1
with:
folder: ./public