Skip to content

Commit cbd2774

Browse files
committed
Host presentation in sub path
1 parent a377620 commit cbd2774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/presentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3030
- uses: actions/checkout@v4
3131
- name: Build presentation
32-
run: npm i && npm run build
32+
run: npm i && npm exec -- slidev build --base /engineers-guide-to-data-analysis/
3333
working-directory: ./docs/main
3434
- name: Upload artifact
3535
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)