Skip to content

secure-flow

secure-flow #16

Workflow file for this run

- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]
- name: Cache
uses: actions/[email protected]

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
name: Jekyll site CI
on:
push:
branches: [ "gh-pages" ]
pull_request:
branches: [ "gh-pages" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"