Skip to content

Commit

Permalink
refactor: relocate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mambov committed Feb 26, 2024
1 parent 8c7905f commit a3e290b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
# or pnpm docs:build / yarn docs:build / bun run docs:build
run: |
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
npm run docs:build
touch .vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit a3e290b

Please sign in to comment.