Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy committed Jun 27, 2024
1 parent dbfba94 commit 1a5fe2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ on:
push:
branches:
- master
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
name: Docs & demo to GitHub Pages
Expand Down

0 comments on commit 1a5fe2f

Please sign in to comment.