Skip to content

Commit

Permalink
Remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 14, 2025
1 parent 5b6fde1 commit c313385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
update-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Node.js
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Run the gen:docs command
- name: Run gen:docs command
run: yarn gen:docs

- name: Check and commit changes
Expand Down

0 comments on commit c313385

Please sign in to comment.