Skip to content

Commit 6eebe7c

Browse files
authored
Update mpqp_prod.yml
1 parent d191b41 commit 6eebe7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mpqp_prod.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
build_publish_docs:
1313
# Deploy to cloudflare
1414
runs-on: ubuntu-latest
15-
needs: build_publish_package
1615
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v4
@@ -26,4 +25,4 @@ jobs:
2625
apiToken: ${{ secrets.PRD_CLOUDFLARE_API_TOKEN }}
2726
accountId: ${{ secrets.PRD_CLOUDFLARE_ACCOUNT_ID }}
2827
projectName: mpqp
29-
directory: build
28+
directory: build

0 commit comments

Comments
 (0)