Skip to content

Commit

Permalink
fix: update build to use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 10, 2024
1 parent d21fd81 commit 83ee386
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 @@ -22,6 +22,7 @@ jobs:
run: pnpm run build
env:
PUBLIC_MAPTILER_KEY: ${{ secrets.PUBLIC_MAPTILER_KEY }}
PUBLIC_GITHUB_LINK: ${{ secrets.PUBLIC_GITHUB_LINK }}
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 83ee386

Please sign in to comment.