Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1dds authored Jun 6, 2024
1 parent 8503deb commit 576d6b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
with:
python-version: '3.12'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install -e .
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: python pdoc pysheaf/pysheaf.py -o docs/
- run: pdoc pysheaf/pysheaf.py -o docs/

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 576d6b5

Please sign in to comment.