Skip to content

Commit

Permalink
Merge pull request #2479 from sebix/gitignore-docs
Browse files Browse the repository at this point in the history
ignore user-generated docs files
  • Loading branch information
sebix committed Jul 8, 2024
2 parents dba94eb + 99c029f commit e4c42bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3,548 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:

- name: "Install build dependencies"
run: |
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin ruamel.yaml
- name: "Generate Feed and Event documentation"
run: |
python3 scripts/generate-feeds-docs.py
python3 scripts/generate-event-docs.py
- name: "Prepare git"
run: |
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ venv/
.env

# mkdocs
docs_build
docs_build/
docs/user/feeds.md
docs/user/event.md

# Debian build filed
debian/files
Expand Down
Loading

0 comments on commit e4c42bb

Please sign in to comment.