Skip to content

Commit 3c7050c

Browse files
authored
Merge pull request #125 from ScottBrenner/patch-1
workflows/sync-openapi-spec-to-docs - Remove GitHub CLI installation
2 parents 05f3cef + ffa054c commit 3c7050c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/sync-openapi-spec-to-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
chmod 600 ~/.ssh/id_ed25519
2525
ssh-keyscan github.com >> ~/.ssh/known_hosts
2626
27-
- name: Install GitHub CLI
28-
run: sudo apt-get install -y gh
29-
3027
- name: Clone docs repo
3128
run: |
3229
git clone git@github.com:togethercomputer/mintlify-docs.git

0 commit comments

Comments
 (0)