mirror of
https://github.com/gslogimaker/my-bible-obsidian-plugin.git
synced 2026-07-22 09:20:28 +00:00
Update pages workflow
This commit is contained in:
parent
6e322e4a05
commit
99708876aa
1 changed files with 5 additions and 1 deletions
6
.github/workflows/typedoc-gh-pages.yml
vendored
6
.github/workflows/typedoc-gh-pages.yml
vendored
|
|
@ -31,9 +31,13 @@ jobs:
|
|||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
||||
- name: Update npm
|
||||
run: npm update
|
||||
- name: Install Typedoc
|
||||
run: npm install typedoc
|
||||
|
||||
- name: Build Typedoc
|
||||
run:
|
||||
npm install typedoc
|
||||
npx typedoc
|
||||
|
||||
- name: Upload artifact
|
||||
|
|
|
|||
Loading…
Reference in a new issue