no jekyll

This commit is contained in:
Tommy Parnell
2021-06-10 21:24:39 -04:00
parent dd36b9635f
commit ae088e6268

View File

@@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Cache Hydration
- name: Cache Hydration 🧶
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/.next/cache
@@ -21,7 +21,7 @@ jobs:
yarn run build
yarn run export
cp CNAME ./out
cp .nojekyll ./out
touch ./out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
with: