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
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ format('{0}docs/', steps.deployment.outputs.page_url) }}
url: ${{ steps.deployment.outputs.page_url }}
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
site_name: fillname
site_url: https://potassco.org/fillname/docs
site_url: https://docs.potassco.org/fillname/
site_description:
repo_name: potassco/fillname
repo_url: https://github.com/potassco/fillname
copyright: Copyright © 2026 Potassco
site_dir: site/docs

extra_css:
- _custom/css/extra.css
Expand Down
Loading