Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzyb authored Oct 20, 2023
1 parent d0ca1ca commit 1bcea77
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.4.2

- name: Install dependencies
run: |
Expand All @@ -31,12 +26,12 @@ jobs:
- name: Sphinx APIDoc
run: |
poetry run sphinx-apidoc -f -o jupyter-book/_api/ cp2kdata/ --separate
sphinx-apidoc -f -o jupyter-book/_api/ cp2kdata/ --separate
# Build the book
- name: Build the book
run: |
poetry run jupyter-book build jupyter-book/
jupyter-book build jupyter-book/
# Push the book's HTML to github-pages
- name: GitHub Pages action
Expand Down

0 comments on commit 1bcea77

Please sign in to comment.