Skip to content

Commit

Permalink
Merge pull request #3 from sissaschool/devel
Browse files Browse the repository at this point in the history
Changed the deployment rule
  • Loading branch information
kousuke-nakano authored Jun 9, 2024
2 parents b7259dc + ce11d1d commit 1d44f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
name: sphinx-deploy-gh-pages

on:
release:
types: [published]
push:
branches: [ "main" ]

jobs:
sphinx-build:
if: github.repository == 'sissaschool/turborvb_website'
runs-on: ubuntu-latest
steps:
- name: Install and Setup Python
Expand Down
2 changes: 1 addition & 1 deletion source/_sources/03Source_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TurboWorkflows

User Manuals
----------------------------------
**TurboRVB** manual is available from the `GitHub Pages <https://sissaschool.github.io/turborvb/>`__.
**TurboRVB** User Manual is available from the `GitHub Pages <https://kousuke-nakano.github.io/turbotutorials/>`__.

User Tutorials
----------------------------------
Expand Down

0 comments on commit 1d44f4e

Please sign in to comment.