Skip to content

Commit fe3351c

Browse files
[TypeDoc] Remove Gist update from workflow (#6559)
1 parent fc657e0 commit fe3351c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/typedoc.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,3 @@ jobs:
2828

2929
- name: Run TypeDoc
3030
run: pnpm typedoc
31-
32-
- name: Update Gist
33-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
34-
with:
35-
github-token: ${{ secrets.GIST_TOKEN }}
36-
script: |
37-
const fs = require('fs');
38-
const content = fs.readFileSync('./packages/thirdweb/typedoc/parsed.json', 'utf8');
39-
const gistId = '678fe1f331a01270bb002fee660f285d';
40-
41-
await github.rest.gists.update({
42-
gist_id: gistId,
43-
files: {
44-
'data.json': {
45-
content: content
46-
}
47-
}
48-
});
49-
50-
console.log(`Permalink: https://gist.githubusercontent.com/raw/${gistId}/data.json`);

0 commit comments

Comments
 (0)