Skip to content

Commit

Permalink
Try to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vadyushkins committed May 31, 2021
1 parent 01b9fd3 commit bb42dc1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
documentation:
# Do not attempt to deploy documentation on forks
if: github.repository_owner == 'JetBrains-Research'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.8 ]
Expand All @@ -32,7 +32,7 @@ jobs:
run: make -C docs/ html

- name: Deploy
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/_build/html # The folder the action should deploy.
Empty file added docs/.nojekyll
Empty file.
5 changes: 0 additions & 5 deletions docs/_config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3>=1.17
networkx>=2.5
numpy>=1.20
pyformlang==0.1.24
pyformlang>=0.1
rdflib>=5.0
requests>=2.25
tqdm>=4.60
4 changes: 2 additions & 2 deletions requirements/developer.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==20.8b1
pre-commit==2.12.0
black>=20.8b1
pre-commit>=2.12.0
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nb2plots==0.6
numpydoc==1.1
pydata_sphinx_theme==0.6.0
sphinx==3.5.4
sphinx-copybutton==0.3.1
nb2plots>=0.6
numpydoc>=1.1
pydata_sphinx_theme>=0.6
sphinx>=3.5
sphinx-copybutton>=0.3

0 comments on commit bb42dc1

Please sign in to comment.