From e3e102d63701e9f81258bb33e4b66e7598eb8b22 Mon Sep 17 00:00:00 2001 From: 049940 <127536481+049940@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:08:11 +0800 Subject: [PATCH] Update jekyll-docker.yml --- .github/workflows/jekyll-docker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml index 1e9f956..369aae0 100644 --- a/.github/workflows/jekyll-docker.yml +++ b/.github/workflows/jekyll-docker.yml @@ -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: @@ -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/