Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krother committed Sep 6, 2023
1 parent 4897fb4 commit 7d25bb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
username: ${{ secrets.ACADEMIS_USERNAME }}
port: 22
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "build/html"
source: build/html/*
target: "/www/academis/numpy_graphics"
rm: true
strip_components: 2

0 comments on commit 7d25bb4

Please sign in to comment.