Upgrade images in .drone.yml to more recent versions (#4819)
This commit is contained in:
parent
179123de35
commit
080428b2bf
3 changed files with 19 additions and 19 deletions
|
@ -191,10 +191,10 @@ func PostProcess(
|
|||
) ([]byte, error) {
|
||||
// create the context from the parameters
|
||||
ctx := &postProcessCtx{
|
||||
metas: metas,
|
||||
urlPrefix: urlPrefix,
|
||||
isWikiMarkdown: isWikiMarkdown,
|
||||
procs: defaultProcessors,
|
||||
metas: metas,
|
||||
urlPrefix: urlPrefix,
|
||||
isWikiMarkdown: isWikiMarkdown,
|
||||
procs: defaultProcessors,
|
||||
visitLinksForShortLinks: true,
|
||||
}
|
||||
return ctx.postProcess(rawHTML)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue