Skip to content

Commit

Permalink
feat✨: add build languages
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Aug 1, 2024
1 parent d997909 commit 9648d70
Show file tree
Hide file tree
Showing 9 changed files with 4,833 additions and 16 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build the project
run: pnpm run build
- name: Build the languages
run: pnpm gen:lang

- name: Build the trending
run: pnpm build

- name: Commit and Push changes
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down
Loading

0 comments on commit 9648d70

Please sign in to comment.