Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eliofery committed Jan 28, 2025
1 parent cff12fa commit f3edc01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build for main branch
if: github.ref == 'refs/heads/main'
run: |
npm ci
lint-staged
yarn install --frozen-lockfile --ignore-engines
yarn lint-staged
npm run build
echo "Build for main completed"
Expand All @@ -46,8 +46,8 @@ jobs:
- name: Build for futuretech branch
if: github.ref == 'refs/heads/futuretech'
run: |
npm ci
lint-staged
yarn install --frozen-lockfile --ignore-engines
yarn lint-staged
npm run build
echo "Build for futuretech completed"
Expand Down

0 comments on commit f3edc01

Please sign in to comment.