Skip to content

Commit

Permalink
Update vitepress-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 22, 2024
1 parent e1f0491 commit 964bd17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/vitepress-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Install Vitepress
run: npm install vitepress -D

- name: Build with Vitepress
run: npm run docs:build -- --outDir ./_site
run: npx vitepress build docs --outDir ./_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 964bd17

Please sign in to comment.