We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fa064 commit dad3daeCopy full SHA for dad3dae
.github/workflows/build_publish.yaml
@@ -35,14 +35,6 @@ jobs:
35
with:
36
node-version: "16"
37
cache: ${{ steps.detect-package-manager.outputs.manager }}
38
- - name: Setup Pages
39
- uses: actions/configure-pages@v2
40
- with:
41
- # Automatically inject router.base in your Nuxt configuration file and set
42
- # target to static (https://nuxtjs.org/docs/configuration-glossary/configuration-target/).
43
- #
44
- # You may remove this line if you want to manage the configuration yourself.
45
- static_site_generator: nuxt
46
- name: Restore cache
47
uses: actions/cache@v3
48
0 commit comments