Skip to content

Commit f686f71

Browse files
committed
fix: fix doc pages bugs
1 parent 54bb884 commit f686f71

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,6 @@ on:
1111

1212
workflow_dispatch:
1313

14-
jobs:
15-
deploy:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Checkout repository
19-
uses: actions/checkout@v4
20-
21-
- name: Setup Node.js
22-
uses: actions/setup-node@v4
23-
with:
24-
node-version: '22'
25-
26-
- name: Install dependencies
27-
run: |
28-
cd docs
29-
npm install
30-
31-
- name: Build documentation
32-
run: |
33-
cd docs
34-
npm run docs:build
35-
36-
name: Deploy Docs to GitHub Pages
37-
38-
on:
39-
push:
40-
branches:
41-
- main
42-
- feat/docs
43-
paths:
44-
- 'docs/**'
45-
- '.github/workflows/deploy-docs.yaml'
46-
workflow_dispatch:
47-
4814
jobs:
4915
deploy:
5016
runs-on: ubuntu-latest
@@ -75,4 +41,3 @@ jobs:
7541
- name: Deploy to GitHub Pages
7642
id: deploy
7743
uses: actions/deploy-pages@v4
78-

0 commit comments

Comments
 (0)