We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2864f commit d3aae55Copy full SHA for d3aae55
.github/workflows/deploy.yml
@@ -11,6 +11,9 @@ permissions:
11
pages: write
12
id-token: write
13
14
+env:
15
+ VITE_API_BASE_URL: ${{ secrets.VITE_API_BASE_URL }}
16
+
17
jobs:
18
build-and-deploy:
19
runs-on: ubuntu-latest
@@ -39,6 +42,6 @@ jobs:
39
42
id: deployment
40
43
uses: JamesIves/github-pages-deploy-action@v4
41
44
with:
- folder: src
45
+ folder: dist
46
branch: gh-pages
47
clean: true
0 commit comments