Skip to content

Update sass fix to work with github-pages deprecated sass converter #218

Update sass fix to work with github-pages deprecated sass converter

Update sass fix to work with github-pages deprecated sass converter #218

Workflow file for this run

name: Jekyll Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# Do not change as jeksll/builder id used by GitHub pages (for compatibility)
docker-image: [ 'jekyll/builder:latest', 'sylhare/jekyll:latest' ]
steps:
- uses: actions/checkout@v3
with:
docker-version: ${{ matrix.docker-image }}
- name: Build the site in the ${{ matrix.docker-image }} container
run: |

Check failure on line 23 in .github/workflows/jekyll-build.yml

View workflow run for this annotation

GitHub Actions / Jekyll Build

Invalid workflow file

The workflow is not valid. .github/workflows/jekyll-build.yml (Line: 23, Col: 14): Unrecognized named-value: 'docker-image'. Located at position 1 within expression: docker-image
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
${{ docker-image }} /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
- name: Install packages
continue-on-error: true
run: |
docker pull sylhare/type-on-strap
docker pull sylhare/jekyll