Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
landmaj committed May 7, 2024
1 parent 067da3c commit cd9664b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Build docs
working-directory: ./docs
run: |
pip install ../
pip install -r requirements.txt
mkdocs build
Expand All @@ -46,6 +47,7 @@ jobs:
- name: Build docs
working-directory: ./docs
run: |
pip install ../
pip install -r requirements.txt
mkdocs build
- uses: actions/upload-pages-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material
mkdocs-d2-plugin==1.3.2
mkdocs-d2-plugin

0 comments on commit cd9664b

Please sign in to comment.