Skip to content

Merge pull request #2139 from D4llo/patch-1 #481

Merge pull request #2139 from D4llo/patch-1

Merge pull request #2139 from D4llo/patch-1 #481

Workflow file for this run

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