We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c69095 commit 02f1840Copy full SHA for 02f1840
1 file changed
.github/workflows/preview.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Execute Notebooks
23
uses: ./.github/actions/execute-notebooks
24
25
- - name: Calculate BASE_URL
+ - 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
27
28
- name: Build
0 commit comments