Skip to content

Commit

Permalink
ci: update docs ci for UV
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Dec 23, 2024
1 parent 6459ea1 commit f69313f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build and Deploy
if: github.event_name == 'push'
run: mkdocs gh-deploy --force
run: uv run mkdocs gh-deploy --force

- name: Build
if: github.event_name == 'pull_request'
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ build-docs:
@echo "--- 📚 Building docs ---"
@echo "Builds the docs and puts them in the 'site' folder"
@echo "You might need to also update the table with the desc. stats you can do this by running 'make update-table-in-docs'"
mkdocs build
uv run mkdocs build

view-docs:
@echo "--- 👀 Viewing docs ---"
mkdocs serve
uv run mkdocs serve

update-from-template:
@echo "--- 🔄 Updating from template ---"
Expand Down

0 comments on commit f69313f

Please sign in to comment.