Skip to content

Commit 65f6b88

Browse files
committed
ci: restore doc generation on release only
Restore doc generation steps in release.yml that run after package publish. Remove the daily docs-sync.yml workflow - docs should only be regenerated when we release.
1 parent 5dad8f0 commit 65f6b88

File tree

2 files changed

+0
-105
lines changed

2 files changed

+0
-105
lines changed

.github/workflows/docs-sync.yml

Lines changed: 0 additions & 104 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
title: 'ci: Version Packages'
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4443
- name: Generate Docs
4544
if: steps.changesets.outputs.published == 'true'
4645
run: pnpm generate-docs

0 commit comments

Comments
 (0)