Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfornuto committed May 6, 2024
1 parent 524885c commit 0cd72eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
pr: ${{ github.event.number }}
run: |
echo "pr=$pr" >> $GITHUB_ENV
echo "pr=$pr" >> $GITHUB_ENV
yarn install --frozen-lockfile
BASEURL='/pr-preview/pr-$pr' yarn build
Expand Down

0 comments on commit 0cd72eb

Please sign in to comment.