From a0c46e96f9110a5c08495ee4f9c522329c845d84 Mon Sep 17 00:00:00 2001 From: productdevbook Date: Sat, 9 Mar 2024 14:21:13 +0300 Subject: [PATCH] chore: update cli --- .docs/index.md | 2 +- .github/workflows/docs.yml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.docs/index.md b/.docs/index.md index a939ecfa..0a6ce3da 100644 --- a/.docs/index.md +++ b/.docs/index.md @@ -21,7 +21,7 @@ hero: alt: Pergel features: - - title: Aboutaaaabbb + - title: Aboutab details: Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules. Named with a Turkish touch, Pergel maximizes the power of TypeScript, streamlining and accelerating your project development process. - title: Modular and Packaged Structure details: Pergel encompasses the core structure of your project, offering essential modules and packages to kickstart your development journey. This allows you to build the foundational infrastructure for your project with an advanced and modular approach. diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9f55afe9..4a31418a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,6 +15,10 @@ on: paths: - '.docs/**' +defaults: + run: + working-directory: ./.docs + jobs: build-test: name: 📚 Main @@ -22,7 +26,7 @@ jobs: timeout-minutes: 5 defaults: run: - working-directory: .docs + working-directory: ./.docs strategy: @@ -56,7 +60,7 @@ jobs: run: pnpm build - name: Nitro Deploy - uses: nitrodeploy/nitrodeploy-github-action@v0.4.0 + uses: nitrodeploy/nitrodeploy-github-action@v0.4.1 with: TYPE: 'vitepress' AUTO_BUILD: false