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 4, 2023
1 parent 0c83bf6 commit 0747bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator-publish-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: expediagroup/sdk/generator/package
run: |
rm -rf ../../../../release/"${{github.event.inputs.name}}"
mkdir -p ../../../../release/"${{github.event.inputs.name}}"
mkdir -p ../../../../release/"${{github.event.inputs.name}}/src"
tar -xzf *.tar.gz
rm *.tar.gz
cp -r ./docs ../../../../release/"${{github.event.inputs.name}}"/
Expand Down

0 comments on commit 0747bcc

Please sign in to comment.