Fix workflow

This commit is contained in:
Andres Almiray
2021-03-26 23:58:51 +01:00
parent 055f844580
commit 26f16af79d

View File

@@ -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 }}"