~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
dd5398a5
—
pyrossh 1 year ago
fix cache
.github/workflows/build.yml
CHANGED
|
@@ -34,10 +34,11 @@ jobs:
|
|
|
34
34
|
with:
|
|
35
35
|
node-version: 20
|
|
36
36
|
cache: npm
|
|
37
|
+
ache-dependency-path: website/package-lock.json
|
|
37
38
|
- run: npm ci
|
|
38
|
-
working-directory:
|
|
39
|
+
working-directory: website
|
|
39
40
|
- run: npm run build
|
|
40
|
-
working-directory:
|
|
41
|
+
working-directory: website
|
|
41
42
|
- uses: actions/upload-pages-artifact@v3
|
|
42
43
|
with:
|
|
43
44
|
path: 'website/build/'
|