Skip to content

Commit

Permalink
ci: update workflows to use mkdocs --dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 5, 2024
1 parent da036dc commit 47ef09e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:

jobs:
build_stories:
uses: hotosm/gh-workflows/.github/workflows/stories_build.yml@1.4.2
uses: hotosm/gh-workflows/.github/workflows/stories_build.yml@1.4.6
with:
command: build:docs
output_path: docs/stories

publish_docs:
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@1.4.2
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@1.4.6
needs: [build_stories]
with:
stories: true
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ theme:
logo: images/hot_logo.png
# custom_dir: docs/overrides

extra_javascript:
- https://hotosm.github.io/ui/dist/core.js

extra_css:
- css/extra.css

Expand Down

0 comments on commit 47ef09e

Please sign in to comment.