Skip to content

Commit

Permalink
Use docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jul 4, 2024
1 parent b209597 commit 493847a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: SciCatLive
docs_dir: ../services # Directory containing both code and Markdown files
docs_dir: ../docs # Directory containing both code and Markdown files
theme:
name: material

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install dependencies
run: pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin

# - name: Copy all to docs folder
# run: ls && pwd && exit 1
- name: Copy all to docs folder
run: mkdir -p docs && mv mv !(docs|.github) docs/

- name: Build and Deploy
run: mkdocs gh-deploy --force --config-file .github/mkdocs.yaml

0 comments on commit 493847a

Please sign in to comment.