Skip to content

add instructions to sort by file path (#220) #16

add instructions to sort by file path (#220)

add instructions to sort by file path (#220) #16

Workflow file for this run

name: github pages
on:
push:
paths:
- docs/**
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v2
with:
ref: master
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/public
cname: presidium.spandigital.net