Skip to content

Commit

Permalink
fix: add env var for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 16, 2024
1 parent d3653f5 commit ad105ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
PUBLIC_MAPTILER_KEY: ${{ secrets.PUBLIC_MAPTILER_KEY }}
PUBLIC_GITHUB_LINK: ${{ secrets.PUBLIC_GITHUB_LINK }}
PUBLIC_API_ENDPOINT__UNIVERISTY_OF_WATERLOO: ${{ secrets.PUBLIC_API_ENDPOINT__UNIVERISTY_OF_WATERLOO }}
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit ad105ee

Please sign in to comment.