Skip to content

Commit

Permalink
Merge pull request #60 from vernak2539/fix-auto-doc-gen
Browse files Browse the repository at this point in the history
automated doc gen: install deps
  • Loading branch information
vernak2539 authored May 16, 2024
2 parents c94dab4 + 347fed9 commit 425abae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- name: Install Dependencies
run: yarn --frozen-lockfile
run: yarn --immutable
- name: Publish
run: yarn npm publish
env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update-generated-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: write

jobs:
update_changelog:
update_generated_docs:
if: github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-latest
environment:
Expand All @@ -22,6 +22,8 @@ jobs:
with:
node-version: 20.x
cache: "yarn"
- name: Install Dependencies
run: yarn --immutable
- name: "Generate and commit ./docs"
run: |
yarn generate-docs
Expand Down

0 comments on commit 425abae

Please sign in to comment.