Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Feb 20, 2024
1 parent 90c5f84 commit 272e2a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:

permissions:
contents: read
pages: write
id-token: write
packages: read
pages: write

concurrency:
group: "pages"
Expand Down Expand Up @@ -162,6 +162,7 @@ jobs:
gen-pages:
name: Generate pages
runs-on: ubuntu-latest
needs: build-ninja
env:
REGISTRY: ghcr.io
OUTPUT: ${{github.workspace}}/output
Expand Down

0 comments on commit 272e2a6

Please sign in to comment.