Skip to content

Commit

Permalink
switch to gh page
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Apr 24, 2024
1 parent 9457fbf commit 53332b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/doc_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Wait for version update
run: |
sleep 60
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -30,7 +27,7 @@ jobs:
pip install .
- name: Sphinx build
run: |
poetry run sphinx-build docs _build
sphinx-build docs _build
- uses: actions/checkout@v4
with:
# This is necessary so that we have the tags.
Expand Down

0 comments on commit 53332b5

Please sign in to comment.