Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 31, 2023
1 parent 8416681 commit f15b316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn # or pnpm / yarn
cache: yarn # or pnpm / npm
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: yarn install # or pnpm install / yarn install
run: yarn install # or pnpm install / npm ci
- name: Build with VitePress
run: yarn docs:build # or pnpm docs:build / yarn docs:build
run: yarn docs:build # or pnpm docs:build / npm docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit f15b316

Please sign in to comment.