We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112abec commit 6d66365Copy full SHA for 6d66365
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Збірка проекту
51
run: pnpm build
52
env:
53
- GTM_ID: ${{ secrets.GTM_ID }}
+ GTM_ID: ${{ secrets.GTM_ID || '' }}
54
55
- name: Налаштування GitHub Pages
56
uses: actions/configure-pages@v4
0 commit comments