Skip to content

Commit

Permalink
fix: checkout only neccesary file v3
Browse files Browse the repository at this point in the history
  • Loading branch information
otahirs committed Mar 16, 2024
1 parent 3c596e8 commit a355f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Remove unnecessary files
run: rm -rf !(klabis-api-spec.yaml)
run: find . -type f ! -name 'klabis-api-spec.yaml' -exec rm -f {} +
shell: bash

- name: redoc-cli test
Expand Down

0 comments on commit a355f9d

Please sign in to comment.