Skip to content

Commit 51f13b9

Browse files
committed
ci: include demo build in docs pipeline
1 parent 1ae79d2 commit 51f13b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/mkdocs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.x
23+
- uses: subosito/flutter-action@v2
24+
with:
25+
channel: 'stable'
26+
- name: "Install Tools"
27+
run: ./.github/workflows/scripts/install-tools.sh
28+
- name: "Prepare Demo Build"
29+
run: ./.github/workflows/scripts/prepare-demo-build.sh
2330
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2431
- uses: actions/cache@v4
2532
with:

0 commit comments

Comments
 (0)