We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8cc62 commit 088e685Copy full SHA for 088e685
1 file changed
.github/actions/deploy-docs/action.yml
@@ -34,20 +34,11 @@ runs:
34
version: 'latest'
35
run_install: false
36
37
- - name: 📦 Install Docs Dependencies
+ - name: 📦 Build Frontend
38
if: inputs.build-docs == 'true'
39
shell: bash
40
run: |
41
- cd docs
42
- pnpm install --frozen-lockfile
43
-
44
- - name: 🔨 Build Docs
45
- if: inputs.build-docs == 'true'
46
- shell: bash
47
- run: |
48
49
- pnpm build
50
- echo "✅ Documentation built successfully"
+ make build_frontend
51
52
- name: 📥 Download Docs Artifact
53
if: inputs.docs-artifact-name != ''
0 commit comments