Skip to content

Commit 6b79397

Browse files
Abinash BhattaraiAbinash Bhattarai
authored andcommitted
Updated donfig
2 parents f05e958 + 01fcfe4 commit 6b79397

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/jekyll.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
"

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ sass:
4141
plugins:
4242
- jekyll-feed
4343
- jekyll-sitemap
44+
- jekyll-assets
4445

4546
# Permalink
4647
# permalink: "blog/:title"

0 commit comments

Comments
 (0)