Skip to content

Commit

Permalink
Update ci-ubuntu.yml (#5)
Browse files Browse the repository at this point in the history
* Update ci-ubuntu.yml

* change README
  • Loading branch information
HuStmpHrrr authored Jul 24, 2024
1 parent c9bc4b9 commit 88aab98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
# standard library does, you will need to be a bit more subtle in this
# step.
- name: Generate HTML
if: ${{ success() && env.AGDA_DEPLOY }}
run: |
${{ env.AGDA }} --html --highlight-occurrence --html-dir=html src/README.agda
Expand All @@ -153,14 +154,17 @@ jobs:
########################################################################

- name: Install Beautifulsoup4
if: ${{ success() && env.AGDA_DEPLOY }}
run: |
pip3 install --user beautifulsoup4
- name: Install pandoc
if: ${{ success() && env.AGDA_DEPLOY }}
run: |
sudo apt install -y pandoc
- name: Process HTML
if: ${{ success() && env.AGDA_DEPLOY }}
run: |
cp assets/Agda.css html/Agda.css
cp assets/styling.css html/styling.css
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Mechanizations of Type Theories
# Mechanizations of Type Theories

This is a collection of mechanizations of type theories during [Jason
Hu](https://hustmphrrr.github.io/)'s PhD at McGill University. This library mechanizes
Expand All @@ -18,7 +18,7 @@ This library current works with Agda 2.6.4.3 and agda-stdlib 2.0.
You are welcome to use it anywhere, for teaching or for your own research. Please also
feel free to contribute.

### Related Projects and Papers
## Related Projects and Papers

[Unbox](Unbox.README.html) and [Mint](Mint.README.html) are published work.

Expand All @@ -38,7 +38,7 @@ Audience interested in this library might also find [another
project](https://github.com/Beluga-lang/McLTT) that Jason Hu involves in interesting
too.

### Installing Agda
## Installing Agda

It is recommended to build Agda from source. To do so, one would need to install
`stack`. This can be done via
Expand Down

0 comments on commit 88aab98

Please sign in to comment.