docsy-example
docsy-example copied to clipboard
Docker image for continuous integration
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.
My Docker image klakegg/hugo should be suitable for Docsy users.
version: '3.6'
services:
web:
image: klakegg/hugo:0.64.0
command: server
volumes:
- .:/src
ports:
- 1313:1313
I've added a workflow definition for Github Actions in #44.
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?
Users may choose to simply delete the file or disable GitHub Actions (Settings -> Actions -> Disable Actions...) for their repository.
PR #44 was just closed and Docker image klakegg/hugo is not maintained any more. Therefore closing this ticket, too.