Skip to content

Commit

Permalink
Fix path in mkdocs.yml creation step
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Feb 4, 2025
1 parent 91ddcbf commit 4c9d938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# - assets-docs/mkdocs.yml - the common configuration (theme, plugins, etc.)
# - docs/mkdocs.yml - the project-specific configuration (project name, TOC, etc.)
- name: Create mkdocs.yml file
run: cat ../assets-docs/mkdocs.yml docs/mkdocs.yml > mkdocs.yml
run: cat assets-docs/mkdocs.yml docs/mkdocs.yml > mkdocs.yml

# Build the static files
# Input: docs/ directory containing the Markdown files
Expand Down

0 comments on commit 4c9d938

Please sign in to comment.