mirror of
https://github.com/p-stream/docs.git
synced 2026-03-11 17:55:39 +00:00
Disable Nuxt GH Actions defaults
This commit is contained in:
parent
bfe02b9e5c
commit
2faee2931e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github_pages.yml
vendored
4
.github/workflows/github_pages.yml
vendored
|
|
@ -37,8 +37,8 @@ jobs:
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v4
|
||||||
with:
|
#with:
|
||||||
static_site_generator: nuxt
|
# static_site_generator: nuxt
|
||||||
- name: Restore cache
|
- name: Restore cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue