Skip to content

Commit 30ea563

Browse files
committed
Attempt to ensure absolute urls for css style
1 parent a56a7f6 commit 30ea563

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ jobs:
6262
npm ci
6363
6464
- name: Build static website
65-
env:
66-
ASSETS_URL: ${{ steps.pages.outputs.base_url }}
6765
run: |
6866
cd portal
69-
npm run build
67+
npm run build -- --base ${{ steps.pages.outputs.base_path }}
7068
7169
7270
- name: Upload artifact

0 commit comments

Comments
 (0)