We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497990b commit 55b4957Copy full SHA for 55b4957
.github/workflows/deploy-prod.yml
@@ -33,12 +33,6 @@ jobs:
33
env:
34
YARN_CHECKSUM_BEHAVIOR: ignore
35
36
- # Update the site plan, scoped out on its own because it gets access to secrets
37
- - run: node packages/typescriptlang-org/scripts/getTypeScriptReleasePlan.js
38
- env:
39
- GITHUB_BOT_TOKEN: ${{ secrets.GITHUB_BOT_TOKEN }}
40
- TEAMS_WEB_BOT_INCOMING_URL: ${{ secrets.TEAMS_WEB_BOT_INCOMING_URL }}
41
-
42
# Builds the site
43
- name: Makes the site
44
run: |
0 commit comments