diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 64832d6..abffee8 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -27,6 +27,6 @@ jobs: - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.0.0 with: - FOLDER: website - BRANCH: 'gh-pages' - COMMIT_MESSAGE: "[CI] Publish Documentation for ${{ github.sha }}" + folder: website + branch: 'gh-pages' + commit-message: "[CI] Publish Documentation for ${{ github.sha }}"