Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2

# Ruby-specific steps
# Ruby-Specific Steps
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
Expand All @@ -21,14 +21,14 @@ jobs:
bundle install --jobs 4 --retry 3
bundle exec rake

# Node-specific steps
# Node-Specific Steps
- name: Install node modules
run: |
npm install

# Jekyll-specific steps
# Jekyll-Specific Steps
- 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 a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"
jekyll/builder:latest /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"