Skip to content

Commit

Permalink
chore: change order in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Baek2back committed Jul 31, 2024
1 parent 90d0aef commit 68bf863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
- name: Install bun
uses: oven-sh/setup-bun@v1

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Install Dependencies
run: bun install --frozen-lockfile

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Build with VitePress
run: bun run docs build # 또는 pnpm docs:build / yarn docs:build / bun run docs:build
run: bun run docs build

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

0 comments on commit 68bf863

Please sign in to comment.