Skip to content

Commit

Permalink
Lomet patch 1 (#2)
Browse files Browse the repository at this point in the history
* Update main.ts

* refactor

* fix build
  • Loading branch information
Lomet authored Dec 22, 2024
1 parent 369d851 commit 35a0723
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 @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Build the project
run: npm run build # This will run tsc and generate dist folder
run: npm run generate # This will run tsc and generate dist folder

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 35a0723

Please sign in to comment.