Skip to content

Commit

Permalink
fix: pickup build from prod folder
Browse files Browse the repository at this point in the history
And use base_url as <repo_name>
  • Loading branch information
mrkhan authored Apr 16, 2024
1 parent 25f8e20 commit cad7e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ jobs:
VITE_FIREBASE_STORAGE_BUCKET: "${{ secrets.VITE_FIREBASE_STORAGE_BUCKET_prod }}"
VITE_FIREBASE_MESSAGING_SENDER_ID: "${{ secrets.VITE_FIREBASE_MESSAGING_SENDER_ID_prod }}"
VITE_FIREBASE_APP_ID: "${{ secrets.VITE_FIREBASE_APP_ID_prod }}"
VITE_BASE_URL: "/mapswipe-web/"
run: yarn build-ghpages-prod # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/dist
path: docs/dist/prod

# Deployment job
deploy:
Expand Down

0 comments on commit cad7e6c

Please sign in to comment.