diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86e4175..e35a861 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: