Skip to content

Commit

Permalink
Fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
SemyonSinchenko committed May 14, 2024
1 parent b9d0622 commit 928f9ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
architecture: x64

- uses: PyO3/maturin-action@v1
with:
command: develop
args: -E all
before-script-linux: python3 -m venv .venv && source .venv/bin/activate

# Inspired by https://blog.elmah.io/deploying-a-mkdocs-documentation-site-with-github-actions/
- name: Install & deploy
run: |
pip install target/wheels/data_generation-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl[mkdocs]
source .venv/bin/activate
mkdocs gh-deploy --force --clean --verbose

0 comments on commit 928f9ed

Please sign in to comment.