diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d75ef31..5d40209 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: .nuxt key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }} restore-keys: | - ${{ runner.os }}-nuxt-build- + ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }} - name: Deploy 😎 run: yarn generate - name: Publish 🍻 @@ -57,4 +57,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1