1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

stop testing against deprecated gohugoio/hugoBasicExample site (#165)

This commit is contained in:
2024-02-21 10:20:39 -05:00
committed by GitHub
parent adf87d575e
commit 9ae6c38029
4 changed files with 226 additions and 220 deletions
+8 -8
View File
@@ -24,8 +24,8 @@ jobs:
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: yarn install --frozen-lockfile
@@ -36,11 +36,11 @@ jobs:
- run: yarn audit
continue-on-error: true
- run: yarn test
- name: Checkout gohugoio/hugoBasicExample
uses: actions/checkout@v3
- name: Checkout gohugoio/hugoDocs
uses: actions/checkout@v4
with:
repository: gohugoio/hugoBasicExample
path: site/
repository: gohugoio/hugoDocs
path: docs/
fetch-depth: 1
- name: Build example site
run: node lib/cli.js --source site/ --minify --verbose
- name: Build docs
run: node lib/cli.js --source docs/ --minify --enableGitInfo --logLevel info