Skip to content

Commit

Permalink
docs ci attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilbin committed Mar 27, 2024
1 parent 5656992 commit dc1155c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@ jobs:
- name: Checkout docs
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v3
with:
python-version: "3.10"

- name: Install Package
run: |
pip install -e .
python3 -m pip install --upgrade pip
python3 -m pip install -e .
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
uses: afritzler/mkdocs-gh-pages-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: docs/requirements.txt
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dc1155c

Please sign in to comment.