diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 38578b8..96f18f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,6 +2,9 @@ name: Build and Deploy on GitHub Pages on: ["push", "pull_request"] +permissions: + contents: write + jobs: deploy: runs-on: ubuntu-latest