Skip to content

Commit 594bbd1

Browse files
authored
Merge pull request #56 from mblue9/add-physalia-collab
Add physalia collab
2 parents 3c201d6 + 9058f0e commit 594bbd1

34 files changed

+8831
-967
lines changed

.github/workflows/quarto-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
pull_request:
55
branches: [devel]
66
push:
7-
branches: [devel]
7+
branches:
8+
- devel
9+
- add-physalia-collab # allow while sharing preview
810

911
env:
1012
cache-version: v1
@@ -51,7 +53,7 @@ jobs:
5153

5254
# Job to deploy only when merging to devel
5355
deploy:
54-
if: github.event_name == 'push' && github.ref == 'refs/heads/devel'
56+
if: github.event_name == 'push' && (github.ref == 'refs/heads/devel' || github.repository == 'mblue9/bioconductor-training' && github.ref == 'refs/heads/add-physalia-collab')
5557
runs-on: ubuntu-latest
5658
permissions:
5759
contents: write

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# RStudio project files
2+
.Rproj.user
3+
.Rhistory
4+
.RData
5+
.Ruserdata
6+
7+
# Quarto build cache
8+
/.quarto/
9+
**/_freeze/
10+
**/*_cache/
11+
docs/
12+
13+
# macOS system files
14+
.DS_Store
15+
**/.DS_Store
16+
17+
# Build artefacts
18+
*.html
19+
*.knit.md
20+
21+
# Others
22+
README_files/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: Font Awesome support
2+
author: Carlos Scheidegger
3+
version: 1.1.0
4+
quarto-required: ">=1.2.269"
5+
contributes:
6+
shortcodes:
7+
- fontawesome.lua

0 commit comments

Comments
 (0)