We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a377620 commit 50ba3eaCopy full SHA for 50ba3ea
.github/workflows/presentation.yml
@@ -29,7 +29,7 @@ jobs:
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- uses: actions/checkout@v4
31
- name: Build presentation
32
- run: npm i && npm run build
+ run: npm i && npm run build --base /engineers-guide-to-data-analysis/
33
working-directory: ./docs/main
34
- name: Upload artifact
35
uses: actions/upload-pages-artifact@v3
0 commit comments