Skip to content

Commit

Permalink
Oops - .nojekyll needs to be in build output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 29, 2023
1 parent 75fdc0c commit a7d36d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ 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 All @@ -29,6 +26,9 @@ jobs:
npm ci
npm run build
- name: Create .nojekyll file
run: touch dist/.nojekyll

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.

0 comments on commit a7d36d8

Please sign in to comment.