Skip to content

update release history to add v1.3 #64

update release history to add v1.3

update release history to add v1.3 #64

name: Hugo Build and Archive
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.110.0"
extended: true
- name: Install Node.js Dependencies
run: npm install
working-directory: ${{ github.workspace }}
- name: Build Hugo Site
run: hugo --minify
- name: Upload Archive
uses: actions/upload-artifact@v2
with:
name: public-archive-${{ github.ref_name || 'main' }}
path: public