Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
add debug statements for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
swrdfish committed Jul 24, 2023
1 parent 0c94210 commit 6fe30f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/generate-api-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function generateIndependentPages({apiData, sourceDirectories, outputDirectories
module.exports.generateApiPages = (apiData, config) => {
const wasPagesGenerated = globalThis.generated;

console.log(JSON.stringigy(apiData)); // debug build issue
console.log(JSON.stringify(apiData)); // debug build issue

if (!wasPagesGenerated) {
generateIndependentPages({
Expand Down

0 comments on commit 6fe30f2

Please sign in to comment.