1. 28 Sep, 2020 1 commit
    • Marcin Rataj's avatar
      fix(ci): avoid uncommited changes with custom shells · b12c35a2
      Marcin Rataj authored
      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.
      b12c35a2
  2. 28 Jul, 2020 1 commit
  3. 27 Jul, 2020 1 commit
    • Marcin Rataj's avatar
      Create build.yml · 8a9c62e6
      Marcin Rataj authored
      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.
      8a9c62e6