From 636428480665333884b24a8389199860fbf4686e Mon Sep 17 00:00:00 2001 From: Henrique Branco Date: Tue, 25 Jun 2024 13:58:52 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corre=C3=A7=C3=A3o=20erro=20de=20permiss?= =?UTF-8?q?=C3=A3o=20deploy=20GitHub=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 5419a68..0612ebb 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -4,6 +4,8 @@ on: [push] jobs: build-and-deploy: + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Setup GitHub Actions @@ -25,4 +27,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3.6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./book/_build/html \ No newline at end of file + publish_dir: ./book/_build/html