Skip to content

Commit

Permalink
fix underscore dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lohr committed Jan 5, 2024
1 parent cfae48a commit a652539
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:
run: npm run build
env:
BASE_PATH: /solid-cheat-sheet/

# creates .output/public/.nojekyll so paths with underscore will be available
- name: fix underscore directories
run: touch .output/public/.nojekyll

- name: deploy pages
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: .output/public # The folder the action should deploy.

0 comments on commit a652539

Please sign in to comment.