Skip to content

Commit

Permalink
comment broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
clbenoit committed Feb 7, 2024
1 parent 74533b1 commit 293f465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

jobs:
Deployment:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' }}
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/devel' }}
runs-on: ubuntu-22.04

steps:
- name: 🐰 Set up bun
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/projects/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Application source code and documentation for administrators can be found on my
The following sections & pages will host detailed documentation of users.

If you have a genomics-oriented data application to host, don't hesitate to contact me. provided there are resources available.

{/*
### [SomaVarDB](/somavardb.mdx)
### [GermlineVarDB](/germlinevardb.mdx)
### [GermlineVarDB](/germlinevardb.mdx) */}

0 comments on commit 293f465

Please sign in to comment.