Skip to content

Commit d3aae55

Browse files
Zachery Thomas RichardetZachery Thomas Richardet
authored andcommitted
change folder for build step
1 parent 5b2864f commit d3aae55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ permissions:
1111
pages: write
1212
id-token: write
1313

14+
env:
15+
VITE_API_BASE_URL: ${{ secrets.VITE_API_BASE_URL }}
16+
1417
jobs:
1518
build-and-deploy:
1619
runs-on: ubuntu-latest
@@ -39,6 +42,6 @@ jobs:
3942
id: deployment
4043
uses: JamesIves/github-pages-deploy-action@v4
4144
with:
42-
folder: src
45+
folder: dist
4346
branch: gh-pages
4447
clean: true

0 commit comments

Comments
 (0)