Skip to content

Commit

Permalink
fix: pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Mar 11, 2024
1 parent 90c79ea commit e0eed1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
cache: yarn
- run: yarn install
- run: yarn build
- run: mkdir -p ./_site
- run: cp -r dist/* ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

# Deploy job
deploy:
Expand Down

0 comments on commit e0eed1d

Please sign in to comment.