Skip to content

Commit

Permalink
trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Nov 3, 2023
1 parent 0fb40b2 commit 2530df9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
with:
python-version: 3.8
poetry-version: 1.2.2

- name: Install jupyter
run: poetry install -E notebook -E docs

# - name: build Sphinx docs
# uses: sphinx-build -b html $GITHUB_WORKSPACE/docs $GITHUB_WORKSPACE/_build
- name: build Sphinx docs
uses: sphinx-build -b html $GITHUB_WORKSPACE/docs $GITHUB_WORKSPACE/_build
# - name: Setup Pages
# uses: actions/configure-pages@v3
# - name: Upload artifact
Expand Down

0 comments on commit 2530df9

Please sign in to comment.