Skip to content

Commit

Permalink
Update github_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtle-Hwan authored Aug 20, 2024
1 parent 1191be4 commit 8f47699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
touch .env
echo "VITE_API_BACK_URL=$VITE_API_BACK_URL" >> .env
echo "VITE_API_REST_API=$VITE_API_REST_API" >> .env
echo "VITE_API_CLIENT_SECRET" >> .env
echo "VITE_API_REDIRECT_URI=$VITE_API_BACK_URL" >> .env
echo "VITE_API_CLIENT_SECRET=$VITE_API_CLIENT_SECRET" >> .env
echo "VITE_API_REDIRECT_URI=$VITE_API_REDIRECT_URI" >> .env
env:
Expand Down

0 comments on commit 8f47699

Please sign in to comment.