Skip to content

Commit

Permalink
fix: only delete Boost.URL demos on push
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Dec 4, 2023
1 parent e88ce51 commit 1833247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
# Copy files
demo_dir="/var/www/mrdox.com/demos/${{ github.ref_name }}"
ssh [email protected] "rm -rf $demo_dir; mkdir -p $demo_dir"
ssh [email protected] "rm -rf $demo_dir/boost-url; mkdir -p $demo_dir/boost-url"
chmod 755 -R $(pwd)/demos
scp -r $(pwd)/demos/* [email protected]:$demo_dir/
Expand Down

0 comments on commit 1833247

Please sign in to comment.