Skip to content

Merge pull request #8 from nlnwa/build/bump-docker-image-version #4

Merge pull request #8 from nlnwa/build/bump-docker-image-version

Merge pull request #8 from nlnwa/build/bump-docker-image-version #4

name: github pages
on:
push:
branches:
- main # Set a branch to deploy
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: false # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
- name: Build
run: hugo -s docsrc --minify
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Generate documentation