Skip to content

Commit

Permalink
test varenv
Browse files Browse the repository at this point in the history
  • Loading branch information
risaltte committed Aug 23, 2023
1 parent 191fc1f commit f7bbbcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: echo "VITE_BASE_URL=/dashboard-tailwindCSS/" >> $GITHUB_ENV
if: ${{ github.ref == 'refs/heads/main' }}

- name: Debug VITE_BASE_URL
run: echo "VITE_BASE_URL: $VITE_BASE_URL"

- name: Set up Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f7bbbcd

Please sign in to comment.