You've already forked hugo-extended
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user