diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index f402d98..fa967b3 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -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 +