Skip to content

Commit

Permalink
Fixed docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Nov 21, 2024
1 parent 9020d4a commit b4065d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Publish Documentation
on:
push:
branches:
- master
- main
paths:
- docs/**
- .github/workflows/docs.yml
- ./mkdocs.yml

# only run one build doc workflow at a time, cancel any running ones
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ markdown_extensions:
repo_name: MyFinances-Python
repo_url: https://github.com/Strelix/MyFinances-python/

#site_url: https://docs.strelix.org/django-umami/
site_url: https://docs-py.myfinances.cloud/

site_description: The MyFinances Python Client provides a seamless way to interact with the MyFinances API for creating invoices, managing customers, and handling other finance-related operations directly from your Python code.

Expand Down

0 comments on commit b4065d0

Please sign in to comment.