Skip to content

Commit

Permalink
use different branch temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed Aug 1, 2024
1 parent d999b6b commit a6d0029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy TypeDocs as static page
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["add-typedoc"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Install node dependencies
run: yarn
- name: Generate TS files
run: yarn typecheck
- name: Build project
run: yarn build
- name: Run typedoc
run: yarn docs
- name: Upload artifact
Expand Down

0 comments on commit a6d0029

Please sign in to comment.