Skip to content

Bump themes/PaperMod from 65d650f to e0fc64c #71

Bump themes/PaperMod from 65d650f to e0fc64c

Bump themes/PaperMod from 65d650f to e0fc64c #71

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# checkout to the commit that has been pushed
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Update theme to Latest commit
run: git submodule update --remote --merge
# install Hugo
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --buildDrafts --verbose --minify