Skip to content

Commit

Permalink
chore: update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 9, 2024
1 parent fcffd6f commit a0c46e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ on:
paths:
- '.docs/**'

defaults:
run:
working-directory: ./.docs

jobs:
build-test:
name: 📚 Main
runs-on: ${{ matrix.os }}
timeout-minutes: 5
defaults:
run:
working-directory: .docs
working-directory: ./.docs


strategy:
Expand Down Expand Up @@ -56,7 +60,7 @@ jobs:
run: pnpm build

- name: Nitro Deploy
uses: nitrodeploy/[email protected].0
uses: nitrodeploy/[email protected].1
with:
TYPE: 'vitepress'
AUTO_BUILD: false
Expand Down

0 comments on commit a0c46e9

Please sign in to comment.