Skip to content

Commit

Permalink
fix(github-actions): docs CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Oct 19, 2021
1 parent 65a87f5 commit f26f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/upload-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ switch(uploadFolderName) {
case 'public':
if (!prnum && prbranch === 'main') {
uploadURL = 'pf4.patternfly.org';
fs.writeFileSync(path.join(__dirname, '../public/CNAME'), uploadURL);
fs.writeFileSync(path.join(uploadFolder, 'CNAME'), uploadURL);
}
else {
uploadURL += '.surge.sh';
Expand Down

0 comments on commit f26f93c

Please sign in to comment.