Skip to content

Commit

Permalink
adds upload-pages-artifact action to docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Dec 15, 2023
1 parent 85d9dab commit b0a5a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
- run: npm run build
- run: npm run api-report
- run: npm run docs
- uses: actions/upload-pages-artifact@v1
with:
path: "docs"

0 comments on commit b0a5a05

Please sign in to comment.