diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index f543dbcf1..02e7b61c9 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -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: @@ -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" \ No newline at end of file + jekyll/builder:latest /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"