From afcb28d8f2517eda7b6b2cba1cd8b6dc3bbaf0d9 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sun, 31 May 2026 13:38:28 -0400 Subject: [PATCH] Documentation workflow fix --- .github/workflows/gh-pages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index aeac436..fec7fca 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,6 +5,9 @@ on: branches: - master +permissions: + contents: write + jobs: publish: runs-on: ubuntu-latest @@ -38,7 +41,7 @@ jobs: ../../../b2 - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.0.0 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages