Skip to content

Commit

Permalink
.nojekyll should be in build root?
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 28, 2023
1 parent 4d95ad0 commit 5b54815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Create .nojekyll file
run: touch .nojekyll

- name: Setup Node.js 🛠️
uses: actions/setup-node@v3
with:
Expand Down
Empty file removed .nojekyll
Empty file.

0 comments on commit 5b54815

Please sign in to comment.