Skip to content

Commit

Permalink
Merge pull request seqan#3226 from eseiler/infra/update_doc_deploy
Browse files Browse the repository at this point in the history
[INFRA] Update documentation directory
  • Loading branch information
eseiler authored Jan 25, 2024
2 parents 713939a + 37b3167 commit 62ca76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
flags: '-zr --delete --timeout=60 --omit-dir-times'
src: 'doc-build/doc_usr/html/'
dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/3-master-user'
dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/main_user'

- name: Deploy Developer Documentation
uses: Pendect/[email protected]
Expand All @@ -74,4 +74,4 @@ jobs:
with:
flags: '-zr --delete --timeout=60 --omit-dir-times'
src: 'doc-build/doc_dev/html/'
dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/3-master-dev'
dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/main_dev'

0 comments on commit 62ca76d

Please sign in to comment.