Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinovii Dmytriv committed Mar 20, 2023
1 parent a1853fa commit 87eccda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install Dependencies and Build Website
env:
GOOGLE_TAG_MANAGER: GTM-ABCD123
GOOGLE_TAG_MANAGER: GTM-ND76MGG
run: |
make init
make build-production
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = {
[
'@docusaurus/plugin-google-tag-manager',
{
containerId: process.env.GOOGLE_TAG_MANAGER || 'GTM-ABCD123'
containerId: process.env.GOOGLE_TAG_MANAGER || 'GTM-ND76MGG'
},
],
],
Expand Down

0 comments on commit 87eccda

Please sign in to comment.