We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08f2074 + 10b3aad commit 40505b1Copy full SHA for 40505b1
.github/workflows/deploy.yml
@@ -5,6 +5,8 @@ on:
5
workflow_dispatch:
6
jobs:
7
build-and-deploy:
8
+ permissions:
9
+ contents: write
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout 🛎️
@@ -20,3 +22,4 @@ jobs:
20
22
with:
21
23
branch: gh-pages # The branch the action should deploy to.
24
folder: build # The folder the action should deploy.
25
+ clean: true
src/pages/index.js
@@ -17,7 +17,7 @@ function HomepageHeader() {
17
className="button button--secondary button--lg"
18
to="/documentation/latest"
19
>
- Get started
+ Get Started
</Link>
</div>
0 commit comments