Skip to content

Fix incorrectly formatted url. #563

Fix incorrectly formatted url.

Fix incorrectly formatted url. #563

Workflow file for this run

name: test
on: push
jobs:
license-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: install deps
run: npm ci
- name: run check
run: npm run licenses:check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.111.3"
extended: true
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: install deps
run: npm ci
- name: Build
run: hugo --minify