docsy-example icon indicating copy to clipboard operation
docsy-example copied to clipboard

Docker image for continuous integration

Open Nubonetics opened this issue 6 years ago • 5 comments

I was wondering what Docker image can be used to publish docsy-example. The Hugo docker images that I have found don't support SCSS.

Nubonetics avatar Feb 04 '19 21:02 Nubonetics

My Docker image klakegg/hugo should be suitable for Docsy users.

klakegg avatar Oct 12 '19 08:10 klakegg

version: '3.6'
services:
  web:
    image: klakegg/hugo:0.64.0
    command: server
    volumes:
      - .:/src
    ports:
      - 1313:1313

jinnabaalu avatar Feb 05 '20 03:02 jinnabaalu

I've added a workflow definition for Github Actions in #44.

klakegg avatar Feb 24 '20 08:02 klakegg

Ah, this is great! (and apologies for taking so long to look at it) I'm not super familiar with Github Actions, if we merge this in will this repo use it (it's already hooked up to continuous build/deploy with Netlify) or can users choose to use it or not?

LisaFC avatar Apr 08 '20 16:04 LisaFC

Users may choose to simply delete the file or disable GitHub Actions (Settings -> Actions -> Disable Actions...) for their repository.

klakegg avatar Apr 08 '20 17:04 klakegg

PR #44 was just closed and Docker image klakegg/hugo is not maintained any more. Therefore closing this ticket, too.

deining avatar Mar 21 '24 21:03 deining