Skip to content

Commit

Permalink
Force remove the old contents
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Aug 22, 2024
1 parent f35f80f commit fb29417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
git config --global user.name "Github Actions"
git checkout --orphan asf-site-staging
git rm -r *
git rm -rf *
mv ${{ runner.temp }}/website/* .
echo "publish:
Expand Down

0 comments on commit fb29417

Please sign in to comment.