We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdb2a82 + 5bc6994 commit 31a4246Copy full SHA for 31a4246
1 file changed
main.yml
@@ -9,7 +9,8 @@ permissions:
9
jobs:
10
build-and-deploy:
11
runs-on: ubuntu-latest
12
-
+ env:
13
+ VITE_BASE_URL: /solid-cockpit/
14
steps:
15
- name: Checkout 🛎️
16
uses: actions/checkout@v3
@@ -23,11 +24,11 @@ jobs:
23
24
- name: Install and Build 🔧
25
run: |
26
yarn i
- yarn run build --base=/solid-cockpit/
27
+ yarn run build
28
29
- name: Add 404 fallback
30
run: cp dist/index.html dist/404.html
31
+
32
- name: Deploy 🚀
33
uses: JamesIves/github-pages-deploy-action@releases/v4
34
with:
0 commit comments