We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae79d2 commit 51f13b9Copy full SHA for 51f13b9
.github/workflows/mkdocs.yaml
@@ -20,6 +20,13 @@ jobs:
20
- uses: actions/setup-python@v5
21
with:
22
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
30
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
31
- uses: actions/cache@v4
32
0 commit comments