Skip to content

Commit

Permalink
wip: Temp 1
Browse files Browse the repository at this point in the history
  • Loading branch information
al committed Aug 25, 2024
1 parent 796bc80 commit 9ec7d96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,20 @@ jobs:
with:
ref: ${{ inputs.ref }}

- name: Install Chromium
run: |
sudo apt-get update
sudo apt-get install -y chromium-browser
- name: Setup pnpm
uses: pnpm/[email protected]
with:
run_install: true

- name: Build the project
env:
PUPPETEER_EXECUTABLE_PATH: /usr/bin/chromium-browser
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
VITE_GTM_ID: ${{ secrets.GTM_ID }}
run: pnpm build

Expand Down

0 comments on commit 9ec7d96

Please sign in to comment.