Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 committed Jan 16, 2024
1 parent f810793 commit 5d3ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build HTML files from JSX
run: |
npm run build
npx babel --out-dir build /src/components --extensions .jsx
find ./build -type f -name '*.html' -exec mv {} . \;
env:
CI: true

Expand Down

0 comments on commit 5d3ec9c

Please sign in to comment.