Skip to content

Commit 088e685

Browse files
committed
refactor: streamline frontend build process in deploy action
1 parent 5a8cc62 commit 088e685

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/actions/deploy-docs/action.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,11 @@ runs:
3434
version: 'latest'
3535
run_install: false
3636

37-
- name: 📦 Install Docs Dependencies
37+
- name: 📦 Build Frontend
3838
if: inputs.build-docs == 'true'
3939
shell: bash
4040
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-
cd docs
49-
pnpm build
50-
echo "✅ Documentation built successfully"
41+
make build_frontend
5142
5243
- name: 📥 Download Docs Artifact
5344
if: inputs.docs-artifact-name != ''

0 commit comments

Comments
 (0)