Fix workflow

This commit is contained in:
Andres Almiray
2021-03-26 23:15:59 +01:00
parent d294d2f3ed
commit dc11e367aa

View File

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