Fix gh-page paths.

This commit is contained in:
David Himmelstrup 2020-08-21 09:35:45 +08:00
commit fb176ead12

View file

@ -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