Skip to content

Commit

Permalink
Fix mkdocs workflow to use the same directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironsan committed Feb 18, 2022
1 parent c59cd88 commit a359b51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: docs/mkdocs.yml
REQUIREMENTS: docs/requirements.txt
4 changes: 4 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ site_name: 'doccano'
site_description: 'A Text Annotation tool for Humans'
site_author: 'Hiroki Nakayama'
site_url: 'https://doccano.github.io/doccano/'
docs_dir: .

# Repository
repo_name: 'doccano/doccano'
Expand All @@ -25,6 +26,9 @@ extra:
- icon: 'fontawesome/brands/github'
link: 'https://twitter.com/Hironsan13'

plugins:
- same-dir

# Page tree
nav:
- Doccano: index.md
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs-same-dir

0 comments on commit a359b51

Please sign in to comment.