Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs #68

Merged
merged 7 commits into from
May 16, 2023
Merged

Docs #68

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change typedoc branch to main
  • Loading branch information
gandlafbtc committed May 16, 2023
commit c26ad1228442ccd32816d002f594df9e7cecc697
4 changes: 2 additions & 2 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Generate and Deploy Typedoc
on:
push:
branches:
- docs # Modify this if your main branch has a different name
- main

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18 # Adjust the version based on your project
node-version: 18

- name: Install dependencies
run: npm install
Expand Down