Skip to content

Commit

Permalink
cant test the workflow if not on master, wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Oct 25, 2023
1 parent 3f38183 commit a3353be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/setDocsStableVersion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs');
const path = require('path');

const configFile = path.join(__dirname, '..', '..', 'docusaurus.config.js');
const configFile = path.join(__dirname, '..', 'docs', 'docusaurus.config.js');

// Read the Docusaurus config
const configContent = fs.readFileSync(configFile, 'utf8');
Expand Down

0 comments on commit a3353be

Please sign in to comment.