Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed May 31, 2023
1 parent 4d3fb19 commit a69f505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/minista-docs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build minista
run: npm run build:src
- name: Build minista docs
run: npm run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit a69f505

Please sign in to comment.