From 26f16af79da3d117a8026589c32405a6933bd85c Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Fri, 26 Mar 2021 23:58:51 +0100 Subject: [PATCH] Fix workflow --- .github/workflows/site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}"