Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartholdy committed Apr 27, 2024
2 parents 66e554e + eba1cde commit e7fd6d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '**.yml'
- '**.bib'
- '**.scss'
- '**.md'

name: build

Expand All @@ -31,7 +32,7 @@ jobs:

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

- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![GitHub release (with filter)](https://img.shields.io/github/v/release/bbartholdy/endgame)
[![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)
![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/)
![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/)

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

0 comments on commit e7fd6d7

Please sign in to comment.