Skip to content

Commit

Permalink
Update CI to adapt new mirror server
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoxuanGuo committed Oct 21, 2023
1 parent d87b9b0 commit 30f2d09
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/docs.yml
Expand Up @@ -27,15 +27,6 @@ jobs:
run: |
julia -e 'include("contrib/build_sysimg.jl"); build_sysimg(force=true)'
julia --project=doc/ doc/make.jl deploy
- name: Upload to mirror
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "doc/build/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}
PDF:
runs-on: ubuntu-latest
steps:
Expand All @@ -51,13 +42,3 @@ jobs:
with:
name: compiled contents
path: doc/build/*.pdf
- name: Upload to mirror
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i"
SOURCE: "doc/build/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}

0 comments on commit 30f2d09

Please sign in to comment.