Skip to content

Commit

Permalink
More futzing with gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DestyNova authored May 14, 2024
1 parent dbf6898 commit 7fd19e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-gh-pages.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: mkdir build
- name: Setup and build
uses: actions/setup-node@v4
with:
Expand All @@ -33,7 +34,6 @@ jobs:
cache-dependency-path: 'build/package-lock.json'
- run: npm install -g elm
- run: ./build.sh
- run: npm test

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 7fd19e6

Please sign in to comment.