Skip to content

Commit 9cc4e64

Browse files
committed
Build before deploy
1 parent 9b0b7ca commit 9cc4e64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ on:
66
- master
77

88
jobs:
9+
build:
10+
uses: ./.github/workflows/build-documentation.yml
911
pledger-web:
12+
needs: build
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout
1316
uses: actions/checkout@v4
17+
- name: Download build artifact
18+
uses: actions/download-artifact@v4
19+
with:
20+
name: documentation
21+
path: public
1422
- name: Build And Deploy
1523
uses: Azure/static-web-apps-deploy@v1
1624
with:

0 commit comments

Comments
 (0)