~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.
db64d70d
—
pyrossh 1 year ago
fix build path
.github/workflows/build.yml
CHANGED
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
- run: npm run build
|
|
43
43
|
- uses: actions/upload-pages-artifact@v3
|
|
44
44
|
with:
|
|
45
|
-
path: 'build/'
|
|
45
|
+
path: 'website/build/'
|
|
46
46
|
|
|
47
47
|
website-deploy:
|
|
48
48
|
needs: website-build
|