File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ jobs:
1717 with :
1818 ruby-version : 3.1.1
1919 - name : Build the site in the jekyll/builder container
20- run : |
21- docker run \
22- -v ${{ github.workspace }}:/srv/jekyll \
23- -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
24- jekyll/builder:4.2.0 /bin/bash -c "
25- chmod -R 777 /srv/jekyll && \
26- gem install bundler:2.3.24 && \
27- jekyll build --future
28- "
20+ - name : Build the site in the jekyll/builder container
21+ run : |
22+ docker run \
23+ -v ${{ github.workspace }}:/srv/jekyll \
24+ -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
25+ jekyll/builder:4.2.0 /bin/bash -c "
26+ chmod -R 777 /srv/jekyll && \
27+ gem install bundler:2.3.24 && \
28+ jekyll build --future
29+ "
Original file line number Diff line number Diff line change 4141plugins :
4242 - jekyll-feed
4343 - jekyll-sitemap
44+ - jekyll-assets
4445
4546# Permalink
4647# permalink: "blog/:title"
You can’t perform that action at this time.
0 commit comments