Skip to content

Commit

Permalink
use pre-built container
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Mar 5, 2020
1 parent 204fc3f commit d67c209
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chatops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Jekyll build with baseurl as root for netifly
if: steps.get_status.outputs.status == 'private'
uses: docker://jekyll/jekyll:4.0.0
uses: docker://hamelsmu/fastpages-jekyll
with:
args: bash -c "gem install bundler && jekyll build"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo chmod -R 777 .
- name: Jekyll build
uses: docker://jekyll/jekyll:4.0.0
uses: docker://hamelsmu/fastpages-jekyll
with:
args: bash -c "gem install bundler && jekyll build -V"

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ services:

jekyll:
working_dir: /data
image: jekyll/jekyll:4.0.0
image: hamelsmu/fastpages-jekyll
# image: jekyll/jekyll:4.0.0
restart: unless-stopped
ports:
- "4000:4000"
Expand Down

0 comments on commit d67c209

Please sign in to comment.