Skip to content

docs: clarify macOS installation steps for unsigned apps #44

docs: clarify macOS installation steps for unsigned apps

docs: clarify macOS installation steps for unsigned apps #44

Workflow file for this run

name: Build and deploy site
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.120.4'
extended: true
- name: Build
run: hugo --minify
working-directory: ./
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public