Skip to content

Commit

Permalink
Revert "fix: production"
Browse files Browse the repository at this point in the history
This reverts commit f78f782.
  • Loading branch information
zenkyuv committed Feb 8, 2024
1 parent f78f782 commit e4b1557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: 🗃️ copy files
run: |
rm -rf x/s
rm -rf x/node_modules x/s
cp -r node_modules/ x/
cp -r s/ x/
- name: 📝 configure pages
Expand Down

0 comments on commit e4b1557

Please sign in to comment.