Fix workflow

This commit is contained in:
Andres Almiray
2021-03-26 23:21:02 +01:00
parent 08b5f4040c
commit a8d58508a3

View File

@@ -19,7 +19,7 @@ jobs:
- name: Copy landing page
run: |
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/build/site
sudo cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/build/site
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.2.1