Skip to content

Commit

Permalink
fix CI docs build (#25)
Browse files Browse the repository at this point in the history
* fix ci

* use v4
  • Loading branch information
ngxson authored May 12, 2024
1 parent 3b04f6f commit 4afaef0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- name: Build
run: npm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
with:
path: "./"

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

0 comments on commit 4afaef0

Please sign in to comment.