mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
chore: update docs action
This commit is contained in:
parent
303679c3fe
commit
58c5dfa1e4
1 changed files with 3 additions and 8 deletions
11
.github/workflows/typedoc.yml
vendored
11
.github/workflows/typedoc.yml
vendored
|
|
@ -1,14 +1,9 @@
|
||||||
name: Typedoc
|
name: Typedoc
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
|
||||||
- "src/**"
|
|
||||||
- "tsconfig.json"
|
|
||||||
- "pnpm-lock.yaml"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
|
|
@ -23,7 +18,7 @@ jobs:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 7.14.2
|
version: 8.2.0
|
||||||
- name: Retrieve the cached "node_modules" directory (if present)
|
- name: Retrieve the cached "node_modules" directory (if present)
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
id: node-cache
|
id: node-cache
|
||||||
|
|
@ -45,4 +40,4 @@ jobs:
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: docs
|
folder: docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue