Fix workflow

This commit is contained in:
Andres Almiray
2021-03-26 23:17:03 +01:00
parent dc11e367aa
commit 0d7708608d

View File

@@ -18,10 +18,10 @@ jobs:
antora_playbook: antora-playbook.yml
- name: Copy landing page
with:
GITHUB_TOKEN: "${{ github.token }}"
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