Skip to content

Commit

Permalink
fix: CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Bentley authored and Tony Bentley committed Dec 30, 2023
1 parent 4c7482d commit b8c263a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ jobs:
run: npm install

- name: Build artifact
run: npm run build
run: rm public
run: mv build public
run: ls -la
run: npm run build && rm public && mv build public && ls -la

0 comments on commit b8c263a

Please sign in to comment.