Skip to content

Commit af392fb

Browse files
committed
added call to ./gen.sh
1 parent 28bd86b commit af392fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-xbarappcom.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
working-directory: tools/sitegen
2727
run: ./sitegen
2828

29+
- name: Generate version file
30+
working-directory: xbarapp.com
31+
run: ./gen.sh
32+
2933
- name: Auth with Google Cloud
3034
uses: google-github-actions/auth@v2
3135
with:

0 commit comments

Comments
 (0)