Skip to content

Commit

Permalink
only one workflow for the book
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 26, 2023
1 parent 072f9a1 commit c104097
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3

#- uses: actions/cache@v3
# name: Jupyter Cache
# with:
# path: book/_build/.jupyter_cache
# key: ${{ runner.os }}-jupyter-${{ hashFiles('**/*') }}
# restore-keys: |
# ${{ runner.os }}-jupyter-

# Build the book
- name: Build the book
shell: bash
Expand All @@ -40,17 +32,3 @@ jobs:
with:
branch: ${{ steps.target.outputs.branch }} # The branch the action should deploy to.
folder: book/_build/html # The folder the action should deploy.



# find out on which branch we are
# if we are on main
# then build the book and push it to gh-pages
# else
# build the book and push it to draft
# and create a PR from draft to main
# and assign it to the user who pushed the commit
# and add a comment to the PR with a link to the draft
# and add a comment to the PR with a link to the book
# and add a comment to the PR with a link to the build log
# and add a comment to the PR with a link to the build log

0 comments on commit c104097

Please sign in to comment.