Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 27, 2023
1 parent d3871f0 commit a49ad77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/link-docs/linkDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const execSync = require('child_process').execSync
const core = require('@actions/core')

const LINK_TOKEN = 'CI_REPLACE_LINK_DOCS'
const README_FILE = path.resolve(__dirname, '../../../README.MD')
const README_FILE = path.resolve(__dirname, '../../../README.md')

const version = core.getInput('version', {required: true})
const homepage = `https://players.castlabs.com/react-dom/${version}/docs/`
Expand Down

0 comments on commit a49ad77

Please sign in to comment.