You've already forked hugo-docker
mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-07-03 06:16:38 -04:00
re-work installing third-party dependencies, such as:
- postcss-cli - autoprefixer - pygments - asciidoctor
This commit is contained in:
10
README.md
10
README.md
@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: jakejarvis/hugo-build-action@master
|
||||
- uses: jakejarvis/hugo-build-action@master # ...or replace 'master' with a full version tag, such as: v0.64.1
|
||||
with:
|
||||
args: --minify --buildDrafts
|
||||
- uses: actions/upload-artifact@master
|
||||
@ -29,6 +29,14 @@ jobs:
|
||||
path: './public'
|
||||
```
|
||||
|
||||
## Included Software
|
||||
|
||||
Just in case, the final container includes a few small third-party tools that are required by certain optional Hugo features.
|
||||
|
||||
- [Asciidoctor](https://asciidoctor.org/)
|
||||
- [Pygments](https://pygments.org/)
|
||||
- [PostCSS (CLI)](https://github.com/postcss/postcss-cli)
|
||||
- [Autoprefixer](https://github.com/postcss/autoprefixer)
|
||||
|
||||
## Licenses
|
||||
|
||||
|
Reference in New Issue
Block a user