Skip to content

Commit

Permalink
Fix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Dec 25, 2024
1 parent 805ae58 commit dc52e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- uses: ./.github/actions/python-poetry-env
- name: Deploy docs
run: poetry run mkdocs gh-deploy --force
run: poetry run mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/scripts/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
mkdocs_gen_files.set_edit_path(full_doc_path, path.relative_to(root))

with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
nav_file.writelines(nav.build_literate_nav())
nav_file.writelines(nav.build_literate_nav())

0 comments on commit dc52e3f

Please sign in to comment.