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

Add building gohugoio/hugoDocs to test workflow (#7)

via `node cli.js`
This commit is contained in:
2020-03-04 12:16:32 -05:00
committed by GitHub
parent 1e280a3ed2
commit 1e1aa52fa7
+8
View File
@@ -22,3 +22,11 @@ jobs:
npm test
env:
CI: true
- name: Checkout gohugoio/hugoDocs
uses: actions/checkout@master
with:
repository: gohugoio/hugoDocs
path: docs/
fetch-depth: 1
- name: Build docs site
run: node cli.js --source docs/ --minify --verbose