Skip to content

Commit

Permalink
Update jekyll-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
049940 authored Nov 8, 2023
1 parent ad3a1a1 commit e3e102d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Jekyll site CI

permissions:on;:
push:on;
branches:["codespaces-upgrade-engine-6jg5wwqxpv9259wp"]
branches:["codespaces-upgrade-engine-6jg5wwqxpv9255wp"]
pull_request:on
branches:[ "codespace-upgraded-engine-6jg5wwqxpv9259wp" ]
branches:["codespace-upgraded-engine-6jg5wwqxpv9255wp"]

jobs:
build:
Expand All @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \ main run \
docker runs \
-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"
runs-on : self-runs/

0 comments on commit e3e102d

Please sign in to comment.