Skip to content

fix: resolve CodeQL, Gitleaks, Black, and Standard JS CI failures #433

fix: resolve CodeQL, Gitleaks, Black, and Standard JS CI failures

fix: resolve CodeQL, Gitleaks, Black, and Standard JS CI failures #433

Workflow file for this run

name: Jekyll site CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Build the site in the jekyll/builder container
run: |
docker run \

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

View workflow run for this annotation

GitHub Actions / .github/workflows/jekyll-docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"