Skip to content

Commit

Permalink
Merge pull request #1772 from obophenotype/release-2022-12-15
Browse files Browse the repository at this point in the history
CL 15 December 2022 release
  • Loading branch information
bvarner-ebi authored Dec 15, 2022
2 parents d07d8c6 + e79795c commit a80b777
Show file tree
Hide file tree
Showing 34 changed files with 83,281 additions and 32,078 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Docs
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- master

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -13,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down
Loading

0 comments on commit a80b777

Please sign in to comment.