Skip to content

Commit 40505b1

Browse files
authored
Merge pull request #132 from AritraDey-Dev/fix-deploy-permissions
Fix deploy permissions
2 parents 08f2074 + 10b3aad commit 40505b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
workflow_dispatch:
66
jobs:
77
build-and-deploy:
8+
permissions:
9+
contents: write
810
runs-on: ubuntu-latest
911
steps:
1012
- name: Checkout 🛎️
@@ -20,3 +22,4 @@ jobs:
2022
with:
2123
branch: gh-pages # The branch the action should deploy to.
2224
folder: build # The folder the action should deploy.
25+
clean: true

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function HomepageHeader() {
1717
className="button button--secondary button--lg"
1818
to="/documentation/latest"
1919
>
20-
Get started
20+
Get Started
2121
</Link>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)