Skip to content

Commit

Permalink
fix(cicd): Removing cloned repo (#5)
Browse files Browse the repository at this point in the history
* removing the repo after cloning

* removing the repo after cloning
  • Loading branch information
Jacobbrewer1 committed Aug 21, 2024
1 parent db50020 commit dd3bcb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
chmod +x gen-docs.sh
./gen-docs.sh
rm -rf ./golf-data
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v5
6 changes: 3 additions & 3 deletions gen-docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

docker run --rm \
-v "${PWD}"/golf-data:/local openapitools/openapi-generator-cli generate \
-i /local/pkg/codegen/apis/api/routes.yaml \
-v "${PWD}":/local openapitools/openapi-generator-cli generate \
-i /local/golf-data/pkg/codegen/apis/api/routes.yaml \
-g markdown \
-o /local/docs
-o /local/docs
1 change: 0 additions & 1 deletion golf-data
Submodule golf-data deleted from 0f0401

0 comments on commit dd3bcb2

Please sign in to comment.