Skip to content

Merge pull request #2144 from paulandrieux/content #484

Merge pull request #2144 from paulandrieux/content

Merge pull request #2144 from paulandrieux/content #484

Workflow file for this run

name: github pages
on:
push:
branches:
- content
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
# extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: master
publish_dir: ./public