Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

update: Sync legal-dong data #21

update: Sync legal-dong data

update: Sync legal-dong data #21

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
deploy-to-gh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.117.0'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.API_TOKEN_GITHUB }}
publish_dir: ./public