Skip to content

Commit

Permalink
debug try7: environment secrets again
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Aug 12, 2021
1 parent b4a5140 commit 55fbad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
host: ${{ secrets.MIRROR_SERVER_HOST }}
username: ${{ secrets.MIRROR_SERVER_USERNAME }}
key: ${{ secrets.MIRROR_SERVER_SSH_KEY }}
key: ${{ secrets.MIRROR_SERVER_SSH_KEY_TEST }}
# source: "doc/build"
# target: "/gs/JuliaZH.jl/"
source: "doc"
Expand Down

0 comments on commit 55fbad8

Please sign in to comment.