1
Fork 0

elm(todolist): fix: fixed ci trying to elm install

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-11-28 17:15:34 +02:00 committed by prescientmoon
parent 9ab4e2d079
commit 548c05df99
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -19,7 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g elm create-elm-app
- run: elm install
- run: elm-app build
- name: Deploy to github pages
uses: JamesIves/github-pages-deploy-action@master