Skip to content

Commit 1d2bfb0

Browse files
authored
Also checkout client repo
1 parent 9de2dd8 commit 1d2bfb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/static.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4
26+
- name: Checkout client
27+
uses: actions/checkout@v4
28+
with:
29+
repository: zwik-client
30+
path: zwik-client
2631
- name: Setup Pages
2732
uses: actions/configure-pages@v5
2833
- name: Upload artifact

0 commit comments

Comments
 (0)