Skip to content

Commit

Permalink
Don't build website in ci (#2558)
Browse files Browse the repository at this point in the history
We don't need to build the website in the ci.yml, it just slows down the
build a lot, we also build it twice (stable and dev)
  • Loading branch information
timotheeguerin authored Oct 10, 2023
1 parent ba4aee4 commit bb5288d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: windows-2022

variables:
TYPESPEC_SKIP_DOCUSAURUS_BUILD: true # Disable docusaurus build

steps:
- template: ./templates/install.yml
parameters:
Expand Down Expand Up @@ -48,6 +52,10 @@ jobs:
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: windows-2022

variables:
TYPESPEC_SKIP_DOCUSAURUS_BUILD: true # Disable docusaurus build

steps:
- template: ./templates/install.yml
parameters:
Expand Down

0 comments on commit bb5288d

Please sign in to comment.