Skip to content

Commit

Permalink
Add MkDocs documentation files and update configuration for site stru…
Browse files Browse the repository at this point in the history
…cture
  • Loading branch information
qijun han committed Dec 9, 2024
1 parent d56cd8c commit 926c4ad
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
run: pip install mkdocs mkdocs-dracula-theme

- name: Build MkDocs site
run: mkdocs build --config-file docs/mkdocs.yml --site-dir site
run: mkdocs build --config-file site_docs/mkdocs.yml --site-dir site_docs

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: 'site'
path: 'site_docs'

- name: Deploy to GitHub Pages
id: deployment
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/mkdocs.yml → site_docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
site_name: DETECTIVE
docs_dir: docs
nav:
- Home: index.md
- Getting Started: getting-started.md
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 926c4ad

Please sign in to comment.