Skip to content

Commit 1632beb

Browse files
committed
Chore: fix syntax in build command for BASEURL variable
Signed-off-by: hortison <[email protected]>
1 parent 6ac181e commit 1632beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: make setup
4242
- name: Build Academy
43-
run: make build-preview $BASEURL=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview-${{ github.event.pull_request.number || github.run_id }}
43+
run: make build-preview BASEURL=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview-${{ github.event.pull_request.number || github.run_id }}
4444
- name: Upload artifact
4545
uses: actions/upload-pages-artifact@v3
4646
with:

0 commit comments

Comments
 (0)