Skip to content

Commit

Permalink
do not build compatibility table while build-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Nov 2, 2022
1 parent a43af1b commit a23f2b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const yaml = require('js-yaml');
const { EOL } = require('os');

const { getDataFromFiles } = require('./helpers');
const { buildCompatibilityTable } = require('./build-compatibility-table');

const {
WIKI_DIR_PATH,
Expand Down Expand Up @@ -200,4 +199,3 @@ ${staticRedirectsMarkdownData.body}${redirectsMarkdownData.body}${blockingRedire
};

buildWikiAboutPages();
buildCompatibilityTable();

0 comments on commit a23f2b0

Please sign in to comment.