mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
06d228aad1
commit
078226dd66
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -101,3 +101,6 @@ jobs:
|
||||||
mage -v test;
|
mage -v test;
|
||||||
env:
|
env:
|
||||||
HUGO_BUILD_TAGS: extended
|
HUGO_BUILD_TAGS: extended
|
||||||
|
- name: Build tags
|
||||||
|
run: |
|
||||||
|
go install -tags extended,nodeploy
|
||||||
|
|
Loading…
Reference in a new issue