no jekyll
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user