Skip to content

enable custom html take 2 #8

enable custom html take 2

enable custom html take 2 #8

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: "0.100.2"
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./public
cname: status.qfield.cloud