Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix db docs #222

Merged
merged 6 commits into from
Apr 19, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
cp -r model-documentation site/

- uses: actions/upload-artifact@v4
# if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' }}
with:
name: website
path: website/site
if-no-files-found: error

- name: Deploy to GitHub Pages
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
run: mkdocs gh-deploy --force
run: ghp-import --push --force --no-jekyll site
2 changes: 1 addition & 1 deletion website/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ nav:
- Desktop: desktop.md
- Mobile: mobile.md
- Feuille de route: roadmap.md
- Documentation BD: datamodel-doc.fr.md
- Documentation BD: /model-documentation/

# Css
extra_css:
Expand Down
1 change: 1 addition & 0 deletions website/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ mkdocs-material==9.5.17
mkdocs-video==1.5.0
mkdocs-static-i18n==1.2.2
fancyboxmd==1.1.0
ghp-import==2.1.0