Skip to content

Commit

Permalink
modifiy gh action for autobuild #22
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Nov 7, 2022
1 parent ab74abf commit 85c6752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
with:
python-version: 3.9

- name: Install pandoc
run: |
sudo apt-get install -y --no-install-recommends pandoc
- name: Install dependencies
run: |
pip install sphinx
pip install nbsphinx
pip install pandoc
- name: Build the site
run: |
Expand Down
3 changes: 1 addition & 2 deletions docs/source/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"outputs": [],
"source": [
"# imports\n",
"import refinegems as rg\n",
"import pandoc"
"import refinegems as rg"
]
},
{
Expand Down

0 comments on commit 85c6752

Please sign in to comment.