Fix workflow

This commit is contained in:
Andres Almiray
2021-03-26 23:18:52 +01:00
parent 0d7708608d
commit 08b5f4040c

View File

@@ -20,8 +20,6 @@ jobs:
- name: Copy landing page
run: |
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/build/site
with:
GITHUB_TOKEN: "${{ github.token }}"
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.2.1