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 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