Skip to content

Commit

Permalink
feat: using mhausenblas/mkdocs-deploy-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Feb 19, 2024
1 parent ce8ba6c commit bdcd2af
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ jobs:
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.10"
- name: Install documentation dependencies
run: |
pip install -r docs/requirements.txt
- name: Deploy docs with mike 🚀
run: |
mkdocs build
mkdocs gh-deploy
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
REQUIREMENTS: docs/requirements.txt

0 comments on commit bdcd2af

Please sign in to comment.