Skip to content

Commit 87517ad

Browse files
authored
Objective functions blog post (#8)
* Objective functions blog post * Test for Georgia font on Mac/Linux machines * Updated font for objective function images
1 parent 234a05a commit 87517ad

File tree

12 files changed

+159
-2
lines changed

12 files changed

+159
-2
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Install Dependencies
18+
run: |
19+
pip install sphinx-design
1720
- name: Checkout
1821
uses: actions/checkout@master
1922
with:
@@ -26,4 +29,4 @@ jobs:
2629
uses: ad-m/github-push-action@master
2730
with:
2831
github_token: ${{ secrets.GITHUB_TOKEN }}
29-
branch: gh-pages
32+
branch: gh-pages
Loading
Loading

0 commit comments

Comments
 (0)