Skip to content

feat: add theme as hugo module (#47) #39

feat: add theme as hugo module (#47)

feat: add theme as hugo module (#47) #39

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build-and-upload:
uses: ./.github/workflows/build.yaml
deploy:
concurrency:
group: pages
cancel-in-progress: false
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build-and-upload
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: build