Skip to content

Fixing docs gh actions #15

Fixing docs gh actions

Fixing docs gh actions #15

Workflow file for this run

name: docs
on:
push:
branches:
- v3
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.136.5"
- name: Build
run: hugo --minify -s doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/public