From 095e85b7169dd3999f5854c9fdb825190a74902f Mon Sep 17 00:00:00 2001 From: JBenda Date: Mon, 22 Jan 2024 01:56:34 +0100 Subject: [PATCH] fix deploy spelling --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dd2f19f..47900781 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -325,6 +325,8 @@ jobs: path: comment.txt pages: + permissions: + contents: write name: "Upload Ink-Proof to Github Pages" needs: [ compilation, build-doc ] runs-on: ubuntu-latest @@ -345,7 +347,7 @@ jobs: # Deploy to Github Pages - name: Deploy Page - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: inkproof-page folder: www