1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-13 01:45:29 -04:00

Build gohugoio/hugoBasicExample instead of docs site in tests

This commit is contained in:
2020-10-31 14:57:34 -04:00
parent afe54d29df
commit c57997c3cb
+5 -5
View File
@@ -25,11 +25,11 @@ jobs:
run: |
npm ci
npm test
- name: Checkout gohugoio/hugoDocs
- name: Checkout gohugoio/hugoBasicExample
uses: actions/checkout@master
with:
repository: gohugoio/hugoDocs
path: docs/
repository: gohugoio/hugoBasicExample
path: site/
fetch-depth: 1
- name: Build docs site
run: node cli.js --source docs/ --minify --verbose
- name: Build example site
run: node cli.js --source site/ --minify --verbose