Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from m00sey/feat/fix-docs
Browse files Browse the repository at this point in the history
fixes doc workflow
  • Loading branch information
m00sey authored Oct 5, 2023
2 parents 4ae22aa + 42b6829 commit a188206
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: docs

- uses: actions/setup-node@v2
with:
Expand All @@ -23,9 +25,9 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git rebase main
yarn
yarn typedoc src/index.ts
git checkout docs
git add .
git commit -a -m "Update documentation"
Expand Down

0 comments on commit a188206

Please sign in to comment.