Skip to content

Commit

Permalink
Merge branch 'main' into 16-observation-model-for-hospital-signals
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Apr 3, 2024
2 parents 580a09c + cf487d3 commit 1c2ba0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: "Sphinx: Render docs"

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

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -44,6 +50,8 @@ jobs:

deploy:
# Deploy to the github-pages environment
# but not on PRs
if: ${{ github.event_name != 'pull_request' }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 1c2ba0a

Please sign in to comment.