Skip to content

Commit

Permalink
update workflow to add new env var
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 6, 2023
1 parent df60189 commit 2372d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: npm run build
env:
REACT_APP_BACKEND_URL: ${{ secrets.REACT_APP_BACKEND_URL }}
REACT_APP_BASENAME : ${{ secrets.REACT_APP_BASENAME }}

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2372d6c

Please sign in to comment.