From fc4afc5d213139989aa13e2b38e51d17b8b76a39 Mon Sep 17 00:00:00 2001 From: tesar-tech Date: Fri, 24 Nov 2023 10:14:47 +0100 Subject: [PATCH] gha --- .github/workflows/publish-to-gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-gh-pages.yml b/.github/workflows/publish-to-gh-pages.yml index 976819e..51154f2 100644 --- a/.github/workflows/publish-to-gh-pages.yml +++ b/.github/workflows/publish-to-gh-pages.yml @@ -10,8 +10,10 @@ env: WEBAPP_CSPROJ: BlazorStaticMinimalBlog.csproj jobs: - build: + build-and-deploy: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3