Skip to content

Bump concurrently from 9.1.1 to 9.1.2 #37

Bump concurrently from 9.1.1 to 9.1.2

Bump concurrently from 9.1.1 to 9.1.2 #37

Workflow file for this run

name: Compile Hugo
on:
pull_request:
branches: [ "*" ]
paths-ignore:
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: |
node_modules/.bin/hugo/hugo