Skip to content

add channels conda_installer.sh #190

add channels conda_installer.sh

add channels conda_installer.sh #190

Workflow file for this run

name: CI
on:
push:
branches: ["main", "gw_dev"]
pull_request:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Install Bundler
run: gem install bundler:2.3.26
- name: Install dependencies ci.yml
run: |
cd docs
bundle install
- name: Build with Jekyll
run: cd docs && bundle exec jekyll build