Skip to content

Commit

Permalink
Update ci.yml for mkdocs deployment on github
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoquintanav committed Feb 21, 2024
1 parent 210214b commit 9c7f0dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material markdown-include
- run: mkdocs gh-deploy --force
- run: pip install mkdocs-material markdown-include mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force

0 comments on commit 9c7f0dc

Please sign in to comment.