Skip to content

Commit

Permalink
Merge pull request #2276 from ty-dc/release-v0.6
Browse files Browse the repository at this point in the history
CI: fix invalid path
  • Loading branch information
cyclinder authored Aug 30, 2023
2 parents 9454a81 + babef4b commit 789f391
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/call-release-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@ jobs:
cd docs
rm -rf ./charts
rm -rf ./index.yaml
tar -czvf site.tar.gz * && mv site.tar.gz ../docs/
tar -czvf ./site.tar.gz *
ls
ls ./docs
echo "Automatic release, offline package ready"
fi
echo "Push a doc version: ${{ env.DOCS_TAG }} from branch: ${{ env.REF }}, update it to latest: ${{ env.SET_LATEST }} "
Expand Down

0 comments on commit 789f391

Please sign in to comment.