Skip to content

Commit

Permalink
Update GH action to include term
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Jun 28, 2021
1 parent 7cac07a commit c2e9f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_rsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
REMOTE_KEY: ${{ secrets.SERVER_SSH_KEY }}
REMOTE_DIR: ${{ secrets.REMOTE_TARGET }}
LOCAL_DIR: "_build/html/"
COURSE_NAME: "physics111"
COURSE_NAME: "2020_WT1/physics111"
run: |
mkdir ~/.ssh
echo "$REMOTE_KEY" > ~/.ssh/id_rsa
Expand Down

0 comments on commit c2e9f5e

Please sign in to comment.