Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
verify-github-workflows:
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@c44182353bc2aeb71553d51fd348063ac314d576
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@613ac589c4da38cc96bf4a5341e972c9e08809db

verify-mkdocs:
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@c44182353bc2aeb71553d51fd348063ac314d576
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@613ac589c4da38cc96bf4a5341e972c9e08809db
release-mkdocs:
needs: verify-mkdocs
uses: harmelodic/workflows/.github/workflows/release-mkdocs.yaml@c44182353bc2aeb71553d51fd348063ac314d576
uses: harmelodic/workflows/.github/workflows/release-mkdocs.yaml@613ac589c4da38cc96bf4a5341e972c9e08809db
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
verify-github-workflows:
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@c44182353bc2aeb71553d51fd348063ac314d576
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@613ac589c4da38cc96bf4a5341e972c9e08809db

verify-mkdocs:
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@c44182353bc2aeb71553d51fd348063ac314d576
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@613ac589c4da38cc96bf4a5341e972c9e08809db
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Only list the direct dependencies that are needed by the project.
mkdocs==1.6.1
mkdocs-material==9.7.2
mkdocs-material==9.7.3
mkdocs-awesome-nav==3.3.0