diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index e8dc2bc..6b5afda 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -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 @@ -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