Skip to content

Commit

Permalink
adjusting workflows to reflect config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev committed Oct 15, 2024
1 parent a4fc827 commit cb47beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-to-dev-portal-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
uses: ./.github/actions/yarn-nm-install

- name: Build documentation website
env:
GTAG_CONTAINER_ID: ${{ secrets.GTAG_CONTAINER_ID }}
run: |
yarn docs:build:dev
run: yarn docs:build:dev

- id: 'auth'
uses: 'google-github-actions/auth@v2'
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/deploy-to-dev-portal-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:
uses: ./.github/actions/yarn-nm-install

- name: Build documentation website
env:
GTAG_CONTAINER_ID: ${{ secrets.GTAG_CONTAINER_ID }}
run: |
cd ./docusaurus/website
yarn build -- --config docusaurus.config.devportal.prod.js
run: yarn docs:build

- id: 'auth'
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit cb47beb

Please sign in to comment.