Skip to content

Commit

Permalink
trying to make the turbo params work
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev committed Oct 15, 2024
1 parent 77de338 commit 10551fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev-portal-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GTAG_CONTAINER_ID: ${{ secrets.GTAG_CONTAINER_ID }}
run: |
cd ./docusaurus/website
yarn docs:build --config docusaurus.config.devportal.js
yarn docs:build -- --config docusaurus.config.devportal.js
- id: 'auth'
uses: 'google-github-actions/auth@v2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev-portal-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GTAG_CONTAINER_ID: ${{ secrets.GTAG_CONTAINER_ID }}
run: |
cd ./docusaurus/website
yarn build --config docusaurus.config.devportal.prod.js
yarn build -- --config docusaurus.config.devportal.prod.js
- id: 'auth'
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit 10551fa

Please sign in to comment.