Skip to content

Commit 02f1840

Browse files
committed
Update preview action
1 parent 7c69095 commit 02f1840

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Execute Notebooks
2323
uses: ./.github/actions/execute-notebooks
2424

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

2828
- name: Build

0 commit comments

Comments
 (0)