Skip to content

Commit

Permalink
read
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 18, 2024
1 parent e2bd705 commit 3f51113
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:

name: Quarto Publish

permissions:
contents: write
pages: write
permissions: read-all

jobs:
build-deploy:
Expand All @@ -30,7 +28,7 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2

- name: Restore Cache Jupyter Environments
uses: actions/cache@v4
uses: actions/cache@v3
env:
CACHE_NUMBER: 0
with:
Expand Down

0 comments on commit 3f51113

Please sign in to comment.