Browse Source

fix(ci): add .nojekyll to build

add-license-1
Garrit Franke 4 years ago
parent
commit
5a797ca967
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -15,5 +15,5 @@ jobs:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out
BUILD_SCRIPT: npm install && npm run build
BUILD_SCRIPT: npm ci && npm run build && touch out/.nojekyll
CNAME: slashdev.space

Loading…
Cancel
Save