mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Try fixing paths again.
This commit is contained in:
parent
fb176ead12
commit
ce6ea17c57
1 changed files with 4 additions and 3 deletions
7
.github/workflows/gh-pages.yml
vendored
7
.github/workflows/gh-pages.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: HPC
|
||||
name: GitHub Page
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -81,11 +81,12 @@ jobs:
|
|||
|
||||
- name: Playground
|
||||
run: |
|
||||
CWD=`pwd`
|
||||
cd reanimate-playground/viewer-elm
|
||||
npm install
|
||||
npm run build
|
||||
mkdir ~/hpc/playground
|
||||
cp dist/* ~/hpc/playground/
|
||||
mkdir $CWD/hpc/playground
|
||||
cp dist/* $CWD/hpc/playground/
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@3.5.9
|
||||
|
|
|
|||
Loading…
Reference in a new issue