Skip to content

Commit d01c27c

Browse files
committed
Update preview action
1 parent 70675b1 commit d01c27c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: ./.github/actions/execute-notebooks
2424

2525
- name: Make BASE_URL
26-
run: echo ${{ github.ref }} | sed "s/[^0-9]//g" | (v=$(cat); echo -e "BASE_URL=/pr-preview/pr-$v/" ) >> $GITHUB_ENV
26+
run: echo ${{ github.ref }} | sed "s/[^0-9]//g" | (pr_preview=$(cat); echo -e "BASE_URL=/pr-preview/pr-$pr_preview/") >> $GITHUB_ENV
2727

2828
- name: Build
2929
uses: ./.github/actions/build

0 commit comments

Comments
 (0)