From e8266e59fc6b2af497f2c359768f6aec9a94e689 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 27 Apr 2025 23:22:28 +0300 Subject: [PATCH] fix: Add missing pages permission to GitHub Actions workflow --- .github/workflows/gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1596c0d..491c2e3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,6 +8,7 @@ on: permissions: contents: write id-token: write + pages: write jobs: build-and-deploy: