1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-28 16:36:40 +07:00

Compare commits

..

No commits in common. "3fcb2793e712ca950243d138770165c0aa5bd902" and "bdb00e84b866c7f6417992bdc11f18a9749bcd77" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -11,7 +11,7 @@ steps:
image: plugins/docker
when:
branch:
- never # should be master, but nevermind
- master
settings:
dockerfile: docker/Dockerfile
context: "."

View file

@ -90,8 +90,6 @@ export class Template<
const output = processor.processSync(text).contents.toString();
if (markdown) {
console.log("HERE--->", output, transformMDLinks(output));
return transformMDLinks(output);
}