Skip to content

Commit

Permalink
Update doc build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed May 4, 2024
1 parent 167cff9 commit 71fac0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v3.0.0
- run: pnpm install && pnpm run docs
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: ./docs
deploy:
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
# https://github.com/actions/deploy-pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 71fac0f

Please sign in to comment.