diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 592dea5..d17e281 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,18 +31,17 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm + - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node uses: actions/setup-node@v3 with: node-version: latest + cache: "pnpm" - name: Setup Pages uses: actions/configure-pages@v3 - name: Install dependencies - run: | - npm i -g pnpm - pnpm install + run: pnpm install - name: Build with VitePress run: | pnpm build diff --git a/README.md b/README.md index ef72fd5..33a9741 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,3 @@ -# Vue 3 + TypeScript + Vite +# Afx Doc -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `