Fix html copying

This commit is contained in:
Risto Lahtela 2021-03-13 11:25:49 +02:00 committed by GitHub
parent c6cdf98468
commit c15793cd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Copy assets 🔧
run: |
mkdir workingdir
cp Plan/common/src/main/resources/assets/plan workingdir/Plan/src/main/resources/assets/plan
cp -r Plan/common/src/main/resources/assets/plan workingdir/Plan/src/main/resources/assets/plan
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
with: