Skip to content

Commit

Permalink
typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Jun 3, 2024
1 parent d16a705 commit 240edc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: python3 site.py

- name: Copy generated site
- run: |
run: |
mkdir /public
cp index.html public/
Expand Down
1 change: 0 additions & 1 deletion site.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import matplotlib.pyplot as plt
from io import BytesIO
import pandas as pd
import numpy as np
import yaml

with open("questions/v1.yml") as file:
Expand Down

0 comments on commit 240edc0

Please sign in to comment.