Skip to content

Commit

Permalink
fix: disable jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 11, 2020
1 parent 265904c commit f121d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const entry = core.getInput('entry');
'--sort-order',
'alpha',
]);

await fs.writeFile('docs/.nojekyll', '');
})().catch((error) => {
core.setFailed(error);
});
Expand Down

0 comments on commit f121d8a

Please sign in to comment.