Skip to content

Commit

Permalink
added base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Feb 22, 2024
1 parent 0968b33 commit 25a87e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME }}
BASE_URL: ""
BASE_URL: ${{ secrets.BASE_URL }}
run: yarn build

- name: Deploy to Netlify
Expand Down

0 comments on commit 25a87e3

Please sign in to comment.