Skip to content

Add a WE DO THIS NOT BECAUSE IT IS EASY, BUT BECAUSE WE THOUGHT IT WO… #402

Add a WE DO THIS NOT BECAUSE IT IS EASY, BUT BECAUSE WE THOUGHT IT WO…

Add a WE DO THIS NOT BECAUSE IT IS EASY, BUT BECAUSE WE THOUGHT IT WO… #402

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v1
with:
submodules: recursive
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.60.1"
- name: Build
run: hugo --config=config.toml,google_analytics.toml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
external_repository: hueypark/hueypark.github.io
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: master
publish_dir: ./public
cname: marsettler.com