Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 71f4000

Browse files
Fix
1 parent 2a7fdf7 commit 71f4000

File tree

2 files changed

+107
-4
lines changed

2 files changed

+107
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Build and Test
1+
name: Build
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main ]
66
pull_request:
77
branches: [ main ]
88

@@ -33,5 +33,5 @@ jobs:
3333
with:
3434
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3535
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
36-
command: pages deploy docs --project-name='dimiplan-backend-docs'
36+
command: pages deploy build/ --project-name='dimiplan-backend-admin-panel'
3737
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)