Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9a39aee commit 70a8915
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/compile-presentation.yml
Original file line number Diff line number Diff line change
@@ -8,11 +8,10 @@ on:

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:

compile-presentation:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

runs-on: ubuntu-22.04
steps:

0 comments on commit 70a8915

Please sign in to comment.