Skip to content

Commit 4b3f4e4

Browse files
committed
Attemting to fix Firebase connection with Repository secrets as variables
1 parent f54fd54 commit 4b3f4e4

File tree

2 files changed

+44
-186
lines changed

2 files changed

+44
-186
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
uses: peaceiris/actions-gh-pages@v3
4949
with:
5050
personal_token: ${{ secrets.PERSONAL_TOKEN }}
51-
publish_dir: ./build # adjust if your build output directory is different
51+
publish_dir: ./dist # adjust if your build output directory is different

0 commit comments

Comments
 (0)