Skip to content

Commit

Permalink
Bugfix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Dec 3, 2024
1 parent d759d73 commit 3c7c5b0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,15 @@ jobs:
- publish-code

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
# permissions:
# contents: read
# pages: write
# id-token: write
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
# concurrency:
# group: "pages"
# cancel-in-progress: true

# runs-on: ubuntu-latest
concurrency:
group: "pages"
cancel-in-progress: true

steps:

Expand Down

0 comments on commit 3c7c5b0

Please sign in to comment.