Skip to content

Commit

Permalink
Fix gh action (#175)
Browse files Browse the repository at this point in the history
* chore: update dir structure

* chore: update release script

* fix: github actions

* fix: github actions
  • Loading branch information
darrenvechain authored Jan 12, 2024
1 parent 0b6e05e commit 74102e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Build React App
run: |
yarn install:all
yarn build:packages
yarn build:apps
yarn build
- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish NPM package
name: Publish GitHub NPM Packages

on:
push:
Expand Down

0 comments on commit 74102e2

Please sign in to comment.