Commit Graph

3 Commits

Author SHA1 Message Date
Marcin Rataj
b12c35a229
fix(ci): avoid uncommited changes with custom shells
for some reason `-e` gets interpreted literally at CI.
This removes its use making the output look the same everywhere.
CI will now show diff if uncommited changes to make it easier to see what
caused CI to fail.
2020-09-28 15:00:14 +02:00
Marcin Rataj
df92aca58c
fix: run CI checks on PRs (#41) 2020-07-28 16:16:00 +02:00
Marcin Rataj
8a9c62e634 Create build.yml
This adds GithubAction that  runs the build and checks for any unstaged
changes. This ensures `src/dir-index.html` match the output `dir-index.html`
in the main directory.
2020-07-27 22:29:13 +02:00