Skip to content

Commit

Permalink
fix: upload build artifact to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed May 21, 2024
1 parent 0dbbfff commit bbb3855
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@ jobs:
- uses: actions/checkout@v4
- uses: skkuding/codedang/.github/actions/setup-pnpm@main

- name: Build documentation
run: pnpm build

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: .vitepress/dist

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

0 comments on commit bbb3855

Please sign in to comment.