File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 10
10
- name : Install npm Modules
11
11
uses : ./.github/actions/install-npm-modules
12
12
13
+ - run : echo ${{ base-url }}
14
+
13
15
- name : Build
14
16
run : npm run build
15
17
env :
Original file line number Diff line number Diff line change @@ -19,16 +19,13 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v3
21
21
22
- - name : Execute Notebooks
23
- uses : ./.github/actions/execute-notebooks
24
-
25
22
- name : Make BASE_URL
26
23
run : echo ${{ github.ref }} | sed "s/[^0-9]//g" | (pr_preview=$(cat); echo -e "BASE_URL=/pr-preview/pr-$pr_preview/") >> $GITHUB_ENV
27
24
28
25
- name : Build
29
26
uses : ./.github/actions/build
30
27
with :
31
- base-url : $BASE_URL
28
+ base-url : ${{ env. BASE_URL }}
32
29
33
30
- name : Deploy preview
34
31
uses : rossjrw/pr-preview-action@v1
You can’t perform that action at this time.
0 commit comments