Skip to content

Merge pull request #103 from ShokoAnime/revam-patch-1 #97

Merge pull request #103 from ShokoAnime/revam-patch-1

Merge pull request #103 from ShokoAnime/revam-patch-1 #97

Workflow file for this run

name: Build & Deploy
on:
push:
branches:
- master
jobs:
Hugo-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.122.0'
# extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
cname: docs.shokoanime.com