Skip to content

Commit

Permalink
Update typedoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KTNG-3 authored Jul 28, 2024
1 parent 7789e12 commit 996e428
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup Node
uses: "actions/setup-node@v4"
- name: Install Dependencies
Expand All @@ -25,7 +27,9 @@ jobs:
run: npm run compile
- name: Build
run: npm run docs
- name: Clone
uses: actions/checkout@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
repository: valapi/docs
path: './docs'
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

0 comments on commit 996e428

Please sign in to comment.