Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ on:
branches:
- main
workflow_dispatch:

jobs:
deploy:
permissions:
contents: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -21,8 +24,10 @@ jobs:
with:
hugo-version: 0.121.2
extended: true

- name: Install Dependencies
run: npm install autoprefixer postcss postcss-cli

- name: Build
run: hugo --minify

Expand Down