Skip to content

Commit

Permalink
ci: fix demos directory permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored Oct 16, 2023
1 parent 63ac382 commit 0683dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ jobs:
ssh-add /home/runner/.ssh/github_actions
# Copy files
chmod 755 -R $(pwd)/docs/build/site
scp -r $(pwd)/docs/build/site/* [email protected]:/var/www/mrdox.com/
demos:
Expand Down Expand Up @@ -404,6 +405,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"
chmod 755 -R $(pwd)/demos
scp -r $(pwd)/demos/* [email protected]:$demo_dir/
releases:
Expand Down

0 comments on commit 0683dde

Please sign in to comment.