compiling-to-categories / concat

Compiling to Categories
http://conal.net/papers/compiling-to-categories
BSD 3-Clause "New" or "Revised" License
436 stars 50 forks source link

Fix permissions on Haddock before deploying #117

Closed sellout closed 8 months ago

sellout commented 8 months ago

It’s difficult to test branch-specific GitHub workflows like this, so the final deployment bits couldn’t be tested before merging the previous PR.

In this case, I merged the change into master on my fork to ensure it actually completed. So you can see the result at https://con-kitty.github.io/concat/.

sellout commented 8 months ago

Is there a good way to test workflows like this? They won’t run on arbitrary branches, and testing on master (even on a fork) seems wrong.

kenranunderscore commented 8 months ago

Sorry, I don't have any idea either how to best test these kinds of changes :/ But very cool that we can see the docs online, thanks!