Skip to content

Commit

Permalink
Debg
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 27, 2023
1 parent e965148 commit d3871f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/link-docs/linkDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ core.info(`API docs link is: ${homepage}`)

core.info(`Debug info, CWD: ${process.cwd()}, __dirname: ${__dirname}, readme file path: ${README_FILE}`)

execSync(`ls .; ls ..`, { stdio: 'inherit' })
core.info('>>>> ls .')
execSync(`ls .`, { stdio: 'inherit' })

core.info('>>>> ls ..')
execSync(`ls ..`, { stdio: 'inherit' })
/**
* Set the "homepage" attribute in package.json
* @param {string} link
Expand Down

0 comments on commit d3871f0

Please sign in to comment.