mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Fix gh-page paths.
This commit is contained in:
parent
12025f2a2e
commit
fb176ead12
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -84,8 +84,8 @@ jobs:
|
|||
cd reanimate-playground/viewer-elm
|
||||
npm install
|
||||
npm run build
|
||||
mkdir hpc/playground
|
||||
cp dist/* hpc/playground/
|
||||
mkdir ~/hpc/playground
|
||||
cp dist/* ~/hpc/playground/
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@3.5.9
|
||||
|
|
|
|||
Loading…
Reference in a new issue