Skip to content

updated url for css #145

updated url for css

updated url for css #145

Workflow file for this run

name: Jekyll site CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby 3.1.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.1

Check failure on line 18 in .github/workflows/jekyll.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jekyll.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Build the site in the jekyll/builder container
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll \
-v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:4.2.0 /bin/bash -c "
chmod -R 777 /srv/jekyll && \
gem install bundler:2.3.24 && \
jekyll build --future
"