Fix workflow

This commit is contained in:
Andres Almiray
2021-03-26 23:28:14 +01:00
parent 3126640405
commit 6cd2d476c7

View File

@@ -26,6 +26,6 @@ jobs:
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
FOLDER: $GITHUB_WORKSPACE/website
FOLDER: website
BRANCH: 'gh-pages'
COMMIT_MESSAGE: "[CI] Publish Documentation for ${{ github.sha }}"