Skip to content

Commit

Permalink
copy asciidoc attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Dec 5, 2024
1 parent bbbcac5 commit da3b5bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/load-check-links-playbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ function copyGlobalAsciidocAttributes(globalAsciidocAttributes, localAntoraPlayb

function writeCheckLinksPlaybookFile(localPlaybook, sources) {
localPlaybook.content.sources = sources;
console.log(localPlaybook);
const checkLinksPlaybook = YAML.stringify(localPlaybook);

console.debug(checkLinksPlaybook);
Expand Down

0 comments on commit da3b5bd

Please sign in to comment.