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 90f1130 commit c97ac7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -41,13 +41,13 @@ jobs:
with:
folder: ./build
branch: gh-pages
target_folder: main
target-folder: main

- 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 All @@ -57,4 +57,4 @@ jobs:
with:
folder: ./build
branch: gh-pages
target_folder: futuretech
target-folder: futuretech

0 comments on commit c97ac7f

Please sign in to comment.