Skip to content

docs: add articles/2024/05/19 #833

docs: add articles/2024/05/19

docs: add articles/2024/05/19 #833

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.97.1'
- name: Build
run: |
make theme
make build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist