Skip to content

Commit

Permalink
Uupdate base url to deploy to typespec.io (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Jan 19, 2024
1 parent 13bac4a commit e0b77ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Build
run: node common/scripts/install-run-rush.js build --to @typespec/website -v
env:
TYPESPEC_WEBSITE_BASE_PATH: "/typespec/"
# Only when deploying to microsoft.github.io/typespec. For typespec.io use the default value.
# TYPESPEC_WEBSITE_BASE_PATH: "/typespec/"
NODE_OPTIONS: "--max_old_space_size=4096"

- name: Upload artifact
Expand Down

0 comments on commit e0b77ab

Please sign in to comment.