Skip to content

Commit

Permalink
chore: fix issue in upload-preview [skip-a11y]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Sep 7, 2023
1 parent 0752d53 commit d0b0807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/upload-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ switch(uploadFolderName) {
case 'public':
if (!prnum && prbranch === 'main') {
uploadURL = 'react-staging.patternfly.org';
fs.writeFileSync(path.join(__dirname, '../public/CNAME'), uploadURL);
}
else {
uploadURL += '.surge.sh';
Expand Down

0 comments on commit d0b0807

Please sign in to comment.