Skip to content

Commit

Permalink
chore(ci): fix docs.yml GitHub Action script
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Jan 10, 2025
1 parent 9210b21 commit a1c4b4f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ name: website
on:
push:
branches:
- development
# Alternative: only build for tags.
# tags:
# - '*'
- main

# security: restrict permissions for CI jobs.
permissions:
Expand All @@ -22,12 +19,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.13'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install -e .
- run: pip install pdoc
# 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: pdoc -d google pyoutlineapi --output-dir docs

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

0 comments on commit a1c4b4f

Please sign in to comment.