Skip to content

Commit

Permalink
add worflow for gh pages init
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed Feb 15, 2024
1 parent e095204 commit 73b93d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/publish-dots-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- dots-docs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force --clean --verbose
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: My Docs
site_name: DoTS documentation
site_url: https://dots.documentation.com/
site_url: https://dots-documentation.github.io/
nav:
- DoTS: index.md
- Publier un corpus: publishing-workflow.md
Expand Down

0 comments on commit 73b93d0

Please sign in to comment.