Skip to content

Commit

Permalink
Build: Tweak build steps and remove root index/main that aren't being…
Browse files Browse the repository at this point in the history
… used
  • Loading branch information
doubleedesign committed Apr 14, 2024
1 parent 443c70d commit 75434b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install

- name: Build Storybook
run: npm run build -- -o ./storybook-static
run: npm run build -- -o storybook-static

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
12 changes: 0 additions & 12 deletions index.html

This file was deleted.

14 changes: 0 additions & 14 deletions src/main.tsx

This file was deleted.

0 comments on commit 75434b0

Please sign in to comment.