~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.
80b70827
—
pyrossh 1 year ago
fix typo
.github/workflows/build.yml
CHANGED
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
37
37
|
with:
|
|
38
38
|
node-version: 20
|
|
39
39
|
cache: npm
|
|
40
|
-
|
|
40
|
+
cache-dependency-path: '**/package-lock.json'
|
|
41
41
|
- run: npm ci
|
|
42
42
|
- run: npm run build
|
|
43
43
|
- uses: actions/upload-pages-artifact@v3
|