Skip to content

Commit

Permalink
Pass config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 6, 2023
1 parent aaf8151 commit 4796cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build static website
run: |
python scripts/050_mkdocs_populate_latest.py
python scripts/050_mkdocs_populate_latest.py -c mkdocs.yml
python scripts/100_mkdocs_config_merger.py -c mkdocs.yml
mkdocs build --clean --config-file mkdocs.yml --verbose --strict
env:
Expand Down

0 comments on commit 4796cfd

Please sign in to comment.