Skip to content

.github/workflows/main.yml #1821

.github/workflows/main.yml

.github/workflows/main.yml #1821

Workflow file for this run

permissions:
contents: read
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '27 3,9,15,21 * * *'
jobs:
deploy:
uses: mhils/workflows/.github/workflows/gh-pages-hugo.yml@v3
with:
deploy: ${{ github.ref == 'refs/heads/main' }}
permissions:
contents: read
id-token: write
pages: write