diff --git a/.github/workflows/move-docs.yml b/.github/workflows/move-docs.yml index 632fc68..4bcf951 100644 --- a/.github/workflows/move-docs.yml +++ b/.github/workflows/move-docs.yml @@ -11,6 +11,11 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + + # Definisce i permessi necessari alla Action per pushare su gh-pages + permissions: + contents: write + steps: - name: Checkout repository uses: actions/checkout@v4