Skip to content

Commit

Permalink
move to v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpym committed Feb 17, 2024
1 parent 2d78172 commit d2e0b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Here is an example of possible `.gitlab-ci.yml`:
pages:
image: alpine
script:
- wget -c https://github.com/kpym/gm/releases/download/v0.17.3/gm_0.17.3_Linux_64bit.tar.gz -O - | tar -C /usr/local/bin -xz gm
- wget -c https://github.com/kpym/gm/releases/download/v0.18.3/gm_0.18.3_Linux_64bit.tar.gz -O - | tar -C /usr/local/bin -xz gm
- gm --pages '**/*'
artifacts:
paths:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This tool is a thin wrapper around the [github.com/yuin/goldmark](https://github

```
> gm -h
gm (version: 0.17.3): a goldmark cli tool which is a thin wrapper around github.com/yuin/goldmark (versio: v1.5.6).
gm (version: 0.18.3): a goldmark cli tool which is a thin wrapper around github.com/yuin/goldmark (versio: v1.7.0).
If not serving (no '--serve' or '-s' option is used):
- the .md files are converted and saved as .html with the same base name;
Expand Down

0 comments on commit d2e0b9b

Please sign in to comment.