Skip to content

Commit

Permalink
Fixing syntax bug (darn YML)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber authored Oct 14, 2024
1 parent b1cfcfc commit ccb6d59
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
presentation/index.html
retention-days: 1

create-pdf:
create-pdf:
needs: compile-presentation
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -111,7 +111,8 @@ jobs:
with:
name: artifact-presentation-pdf
path: _html/index.pdf
deploy-book:

deploy-all:
runs-on: ubuntu-22.04
needs:
- compile-jupyterbook
Expand Down Expand Up @@ -157,7 +158,7 @@ jobs:


publish:
needs: deploy-book
needs: deploy-all

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
Expand All @@ -174,4 +175,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit ccb6d59

Please sign in to comment.