Skip to content

Commit 9272acd

Browse files
committed
chore: remove references to typedocs
1 parent 799383c commit 9272acd

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/node.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ jobs:
6666
env:
6767
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6868
if: matrix.node-version == '18.x'
69-
- name: Check docs generation
70-
if: matrix.node-version == '18.x'
71-
run: |
72-
yarn docs:test
73-
env:
74-
CI: true
7569

7670
validate-dependencies:
7771
name: Validate production dependencies

.github/workflows/publish.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,6 @@ jobs:
131131
retention-days: 1
132132
if-no-files-found: error
133133

134-
- name: Generate docs
135-
if: ${{ steps.do-publish.outputs.tag == 'latest' }}
136-
run: |
137-
yarn docs:html
138-
- name: Publish docs
139-
uses: peaceiris/actions-gh-pages@v4
140-
if: ${{ steps.do-publish.outputs.tag == 'latest' }}
141-
with:
142-
github_token: ${{ secrets.GITHUB_TOKEN }}
143-
publish_dir: ./docs
144-
145134
publish:
146135
name: Publish to NPM
147136
needs:

0 commit comments

Comments
 (0)