Skip to content

Commit

Permalink
[WIP] Explicitly add hugo config.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Apr 13, 2022
1 parent 431bb53 commit d663f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Build Artifacts
- name: Run Hugo
run: |
hugo --config "config.yaml" -v --debug --minify
hugo --config "config.yaml,development-config.yaml" -v --debug --minify
working-directory: ${{ github.workspace }}/website
- name: Zip Artifacts for Upload
run: |
Expand Down

0 comments on commit d663f77

Please sign in to comment.