Skip to content

Add anniversary post #15

Add anniversary post

Add anniversary post #15

Workflow file for this run

name: Build using hugo and deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.107.0'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: wei/rclone@v1
env:
RCLONE_CONF: ${{ secrets.RCLONE_CONF }}
with:
args: sync public/ prod:httpdocs/