Skip to content

Commit

Permalink
ci: fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 26, 2023
1 parent f5dac4e commit 0b1f245
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: 'pages'
cancel-in-progress: true

env:
VITE_GROWTH_BOOK_KEY: ${{ secrets.VITE_GROWTH_BOOK_KEY }}

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -33,8 +36,6 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build
env:
VITE_GROWTH_BOOK_KEY: ${{ secrets.VITE_GROWTH_BOOK_KEY }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 0b1f245

Please sign in to comment.