Skip to content

Commit e7fd6d7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 66e554e + eba1cde commit e7fd6d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '**.yml'
1212
- '**.bib'
1313
- '**.scss'
14+
- '**.md'
1415

1516
name: build
1617

@@ -31,7 +32,7 @@ jobs:
3132

3233
- name: Install missing system dependencies
3334
if: runner.os == 'Linux'
34-
run: sudo apt-get update && sudo apt-get install libglpk-dev
35+
run: sudo apt-get update && sudo apt-get install libglpk-dev libcurl4-openssl-dev
3536

3637
- name: Install Quarto
3738
uses: quarto-dev/quarto-actions/setup@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![GitHub release (with filter)](https://img.shields.io/github/v/release/bbartholdy/endgame)
44
[![Netlify Status](https://api.netlify.com/api/v1/badges/654e8f2b-273f-4ad4-bf70-5893719cb68c/deploy-status)](https://app.netlify.com/sites/myphd/deploys) [![build](https://github.com/bbartholdy/endgame/actions/workflows/build.yaml/badge.svg)](https://github.com/bbartholdy/endgame/actions/workflows/build.yaml)
5-
![Thesis Status](https://img.shields.io/badge/Status-writing-blue) [![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
5+
![Thesis Status](https://img.shields.io/badge/Status-printing-green) [![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
66

77
This is my PhD dissertation. It is written in [**Quarto**](https://quarto.org/)
88
and is hosted by [Netlify](https://www.netlify.com) and [GitHub](https://www.github.com).

0 commit comments

Comments
 (0)