Skip to content

Commit

Permalink
DBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
al committed Jun 28, 2024
1 parent 99f58cd commit 7c20581
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build-and-deploy:
Expand All @@ -21,6 +22,15 @@ jobs:
with:
run_install: true

- name: Set up secret file
env:
DEBUG_GTM_ID: ${{ secrets.GTM_ID }}
run: |
echo $DEBUG_GTM_ID >> secrets.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v2

- name: Build the project
run: pnpm build

Expand Down

0 comments on commit 7c20581

Please sign in to comment.