Fix html updating

This commit is contained in:
Risto Lahtela 2021-03-16 13:23:12 +02:00 committed by GitHub
parent df50c10758
commit 316c973114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: olegtarasov/get-tag@v2.1
- name: Copy assets 🔧
run: |
mkdir workingdir
mkdir -p 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