Skip to content

Commit f9b257a

Browse files
committed
chore: revert docs release change
1 parent 33ae838 commit f9b257a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,12 @@ jobs:
3131
- name: Generate docs
3232
run: |
3333
go run ./tools/docsgen/.
34-
- name: Setup Node
35-
uses: actions/setup-node@v4
36-
with:
37-
node-version: '24'
38-
- run: npm install docsify-server-renderer@^4
39-
- name: Prerender Docsify
40-
run: node scripts/prerender.js
4134
- name: Setup Pages
4235
uses: actions/configure-pages@v5
4336
- name: Upload artifact
4437
uses: actions/upload-pages-artifact@v4
4538
with:
46-
path: 'dist/'
39+
path: 'docs/'
4740
- name: Deploy to GitHub Pages
4841
id: deployment
4942
uses: actions/deploy-pages@main

0 commit comments

Comments
 (0)