fixing deploy CI

This commit is contained in:
2025-11-15 01:01:54 +01:00
parent 498a8e56b4
commit b9d7696d4c

View File

@@ -6,6 +6,15 @@ on:
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest