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 a3f4b35 commit 5d46b4aCopy full SHA for 5d46b4a
.github/workflows/build.yml
@@ -74,11 +74,17 @@ jobs:
74
- uses: subosito/flutter-action@v2
75
with:
76
cache: true
77
-
78
- run: flutter pub get
79
- name: Run altstore-github
80
run: npx github:randommodderjdk/altstore-github --config web/altstore.template.json > web/altstore.json
81
+
+ - name: Cache npm dependencies
82
+ uses: actions/cache@v2
83
+ with:
84
+ path: '~/.npm'
85
+ key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
86
+ restore-keys: |
87
+ ${{ runner.os }}-node-
88
# Implement this troguh other action - run: dart run sqflite_common_ffi_web:setup
89
- name: Deploy
90
uses: bluefireteam/flutter-gh-pages@v9
0 commit comments