Skip to content

Commit

Permalink
Merge pull request #508 from Mindful-AI-Assistants/FabianaCampanari-p…
Browse files Browse the repository at this point in the history
…atch-3

Create jekyll-docker.yml
  • Loading branch information
FabianaCampanari authored Sep 13, 2024
2 parents a79106a + 1b31a68 commit d5e7dc9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions jekyll-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Jekyll site CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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"

0 comments on commit d5e7dc9

Please sign in to comment.