Skip to content

Commit

Permalink
Update build-doc-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplinden committed Jul 14, 2024
1 parent 5a8e4b8 commit bbc3cec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-doc-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
run: cargo check --workspace
- name: Cargo Build
run: cargo build --workspace --release --all-features
# - name: Setup Python
# uses: actions/setup-python@v3
# - name: Install Poetry
# run: pip install poetry
# - name: POetry Build
# run: cd learning ; poetry build

doc:
needs: build
Expand All @@ -64,11 +58,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v3
- run: pip install -r docs/requirements.txt
- name: Export notebooks as examples
run: make ipynb2md
- name: Cargo Doc
run: cargo doc --no-deps --target-dir=docs/api
- name: MkDocs build
Expand Down

0 comments on commit bbc3cec

Please sign in to comment.