Skip to content

Commit

Permalink
Update jekyll-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-breece authored Jun 30, 2024
1 parent d92ebd8 commit dd9ace2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Check SCSS file
run: cat ${{ github.workspace }}/assets/main.scss

- name: Build the site
run: docker run -v ${{ github.workspace }}:/srv/jekyll jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future --trace"

0 comments on commit dd9ace2

Please # to comment.