Skip to content

Commit

Permalink
Fix typo error in docs-release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Sharma <amit_sharma@live.com>
  • Loading branch information
amit-sharma authored and bloebp committed Nov 24, 2024
1 parent b043d62 commit 9bfb39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Prune old doc versions
run: |
mkdir -p ./tmp
mv ./dowhy_docs/$VERSION ./tmp/$VERSION
mv ./dowhy-docs/$VERSION ./tmp/$VERSION
rm -rf ./dowhy-docs/*
mv ./tmp/$VERSION ./dowhy-docs/$VERSION
echo "Assets ready, listing contents..."
Expand Down

0 comments on commit 9bfb39d

Please sign in to comment.