Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rnabioco/molb-7950 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
taliaferrojm committed Feb 27, 2024
2 parents a473746 + 3e77dbf commit fc6d140
Show file tree
Hide file tree
Showing 79 changed files with 1,095 additions and 1,627 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
- name: Check out repository
uses: actions/checkout@v3

- name: Set up Quarto
- name: 🆀 Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Quarto extensions
- name: 🆀 Quarto extensions
shell: bash
run: |
quarto add --no-prompt quarto-ext/fontawesome
quarto add --no-prompt sellorm/quarto-social-embeds
- name: Install R
- name: 🔧 Install R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: 'release'
r-version: 'renv'

- name: Install system dependencies
- name: 🔁 Install system dependencies
run: |
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libmagick++-dev
sudo apt-get install libglpk-dev
- name: Install R Dependencies
- name: 🔁 Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 2
cache-version: 1

- name: Publish to GitHub Pages (and render)
- name: 🚀 Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# molb-7950

[![quarto build](https://github.com/rnabioco/molb-7950/actions/workflows/quarto.yaml/badge.svg)](https://github.com/rnabioco/molb-7950/actions/workflows/quarto.yaml)

Course materials for "MOLB 7950: Informatics and Statistics for Molecular Biology".

## Installing local packages
Expand Down
7 changes: 5 additions & 2 deletions _freeze/site_libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fc6d140

Please sign in to comment.