Skip to content

Commit

Permalink
ci: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 17, 2024
1 parent e0728b7 commit 81a5f6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GitHub-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
run: npm install # or pnpm install / yarn install / bun install
working-directory: ./docs
- name: Build with VitePress
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
run: npm install # or pnpm install / yarn install / bun install
working-directory: ./docs
- name: Build with VitePress
run: |
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ post.md

# Sentry Config File
.sentryclirc

#vitepress
docs/.vitepress/dist/*

0 comments on commit 81a5f6c

Please sign in to comment.