Commit Graph

5 Commits

Author SHA1 Message Date
Steve Dunham
58ec72e0f4 [ ci ] Run a brew update during ci 2023-10-27 07:55:44 +01:00
G. Allais
9f93d4c1ec
[ doc ] Improve the landing page (#3119)
* [ doc ] Improve the landing page

1. Mentioning the network package too
2. Adding the Idris logo to the page
2023-10-26 10:35:01 +01:00
CodingCellist
46be3b8082
[ ci ] Update deploy-action in ci-idris2-and-libs.yml (#3115) 2023-10-23 15:26:20 +01:00
Thomas E. Hansen
dc79c6dd05 [ ci ] re 3067: fix CI on main branch
The extra CI jobs introduced in #3067 work fine as long as 'main' is not
the checked out branch. This is due to the fetch to a new branch, which
git does (reasonably) not allow when you're trying to fetch 'main' into
a new branch that's also called 'main'. In this case, we should just
`git pull origin main`, which is what the script now (hopefully) does.
2023-09-15 12:05:10 +02:00
CodingCellist
9d083154a5
Test pack and lsp during CI (#3067) 2023-09-13 17:37:49 +01:00