Fix workflow

This commit is contained in:
Andres Almiray
2021-03-26 23:27:14 +01:00
parent 2a84d7cc56
commit 3126640405

View File

@@ -24,7 +24,7 @@ jobs:
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/website
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.2.1
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
FOLDER: $GITHUB_WORKSPACE/website
BRANCH: 'gh-pages'