We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bb884 commit f686f71Copy full SHA for f686f71
1 file changed
.github/workflows/deploy-docs.yaml
@@ -11,40 +11,6 @@ on:
11
12
workflow_dispatch:
13
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
33
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
48
jobs:
49
deploy:
50
runs-on: ubuntu-latest
@@ -75,4 +41,3 @@ jobs:
75
- name: Deploy to GitHub Pages
76
id: deploy
77
uses: actions/deploy-pages@v4
78
0 commit comments