Skip to content

Commit 5295cdd

Browse files
committed
Fix Slidev base path and add .nojekyll
Match base URL casing for the deployed Slidev site Create .nojekyll in presentation/dist to disable Jekyll processing
1 parent 1d593b8 commit 5295cdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ jobs:
3535

3636
- name: Build
3737
working-directory: ./presentation
38-
run: npx slidev build --base /canieatthemushroom/
38+
run: npx slidev build --base /CanIEatTheMushroom/
39+
40+
- name: Add .nojekyll file
41+
working-directory: ./presentation/dist
42+
run: touch .nojekyll
3943

4044
- uses: actions/upload-pages-artifact@v3
4145
with:

0 commit comments

Comments
 (0)