Skip to content

Fix copyright year formatting in sidebar #20

Fix copyright year formatting in sidebar

Fix copyright year formatting in sidebar #20

Workflow file for this run

name: Deploy to Pages
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Hugo setup
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public