Skip to content

Merge pull request #128 from ledex/patch-1 #101

Merge pull request #128 from ledex/patch-1

Merge pull request #128 from ledex/patch-1 #101

Workflow file for this run

name: github pages
on:
push:
branches:
- develop
jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: '0.58.3'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/[email protected]
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_DIR: ./public
PUBLISH_BRANCH: master