Skip to content

Bump crazy-max/ghaction-github-labeler from 4 to 5 (#19) #73

Bump crazy-max/ghaction-github-labeler from 4 to 5 (#19)

Bump crazy-max/ghaction-github-labeler from 4 to 5 (#19) #73

Workflow file for this run

name: github pages
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: |
docker run --rm --volume="${{ github.workspace }}:/home/rstudio" \
carpentries/lesson-docker:latest /bin/bash -c \
"gem install bundler && \
bundle config --local set path .vendor/bundle && \
bundle install && \
bundle exec jekyll build --trace"