From 25a9a9ee829dbaf2d7372ee4ae308ac7732eed09 Mon Sep 17 00:00:00 2001 From: Aritra Dey Date: Wed, 14 Jan 2026 00:17:35 +0530 Subject: [PATCH 1/2] Fix deployment: add write permissions for GITHUB_TOKEN --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43c2f1e..a0156f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,8 @@ on: workflow_dispatch: jobs: build-and-deploy: + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Checkout 🛎️ @@ -20,3 +22,4 @@ jobs: with: branch: gh-pages # The branch the action should deploy to. folder: build # The folder the action should deploy. + clean: true From 10b3aade706ec0f034f6338d93b20995a53aea59 Mon Sep 17 00:00:00 2001 From: Aritra Dey Date: Wed, 14 Jan 2026 00:25:58 +0530 Subject: [PATCH 2/2] test commit later can be reverted Signed-off-by: Aritra Dey --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index bfebbd6..064c7f6 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -17,7 +17,7 @@ function HomepageHeader() { className="button button--secondary button--lg" to="/documentation/latest" > - Get started + Get Started