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 a58e468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build for main branch
if: github.ref == 'refs/heads/main'
run: |
npm ci
yarn install --frozen-lockfile --ignore-engines
lint-staged
npm run build
echo "Build for main completed"
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Build for futuretech branch
if: github.ref == 'refs/heads/futuretech'
run: |
npm ci
yarn install --frozen-lockfile --ignore-engines
lint-staged
npm run build
echo "Build for futuretech completed"
Expand Down

0 comments on commit a58e468

Please sign in to comment.