Skip to content

Commit

Permalink
feat(workflows): Upload Generated Docs
Browse files Browse the repository at this point in the history
Upload Generated Docs
  • Loading branch information
osama-salman99 committed Oct 1, 2023
1 parent 4fb038a commit 337e92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python3 -m venv env
source env/bin/activate
pip3 install -r "../../../requirements-docs.txt"
pip3 install -r "../../../requirements-dev.txt"
namespace="$(echo "${{ inputs.name }}" | tr '[:upper:]' '[:lower:]')"
mkdir -p "temp/expediagroup/sdk/$namespace"
Expand Down

0 comments on commit 337e92f

Please sign in to comment.