elm(todolist): fix: fixed ci trying to elm install
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
9ab4e2d079
commit
548c05df99
1
elm/todolist/.github/workflows/elm.yml
vendored
1
elm/todolist/.github/workflows/elm.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm i -g elm create-elm-app
|
- run: npm i -g elm create-elm-app
|
||||||
- run: elm install
|
|
||||||
- run: elm-app build
|
- run: elm-app build
|
||||||
- name: Deploy to github pages
|
- name: Deploy to github pages
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
|
|
Loading…
Reference in a new issue