diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 421c276ef..0c50c488e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,9 +20,9 @@ jobs: working-directory: website/ - name: Deploy - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@4.1.3 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: website/build - CLEAN: true + branch: gh-pages + folder: website/build + clean: true + commit-message: "[ci skip] Deploying documentation update"