mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Fix html copying
This commit is contained in:
parent
c6cdf98468
commit
c15793cd44
2
.github/workflows/html.yml
vendored
2
.github/workflows/html.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user