Skip to content

Commit

Permalink
Merge pull request #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'

1 comment on commit 62ca76d

@vercel
Copy link

@vercel vercel bot commented on 62ca76d Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3-seqan.vercel.app
seqan3.vercel.app
seqan3-git-master-seqan.vercel.app

Please sign in to comment.