Skip to content

Commit bb42dc1

Browse files
committed
Try to fix deploy
1 parent 01b9fd3 commit bb42dc1

File tree

6 files changed

+10
-15
lines changed

6 files changed

+10
-15
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
documentation:
99
# Do not attempt to deploy documentation on forks
1010
if: github.repository_owner == 'JetBrains-Research'
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
1414
python-version: [ 3.8 ]
@@ -32,7 +32,7 @@ jobs:
3232
run: make -C docs/ html
3333

3434
- name: Deploy
35-
uses: JamesIves/[email protected].2
35+
uses: JamesIves/[email protected].3
3636
with:
3737
branch: gh-pages # The branch the action should deploy to.
3838
folder: docs/_build/html # The folder the action should deploy.

docs/.nojekyll

Whitespace-only changes.

docs/_config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

requirements/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
boto3>=1.17
22
networkx>=2.5
33
numpy>=1.20
4-
pyformlang==0.1.24
4+
pyformlang>=0.1
55
rdflib>=5.0
66
requests>=2.25
77
tqdm>=4.60

requirements/developer.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
black==20.8b1
2-
pre-commit==2.12.0
1+
black>=20.8b1
2+
pre-commit>=2.12.0

requirements/docs.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
nb2plots==0.6
2-
numpydoc==1.1
3-
pydata_sphinx_theme==0.6.0
4-
sphinx==3.5.4
5-
sphinx-copybutton==0.3.1
1+
nb2plots>=0.6
2+
numpydoc>=1.1
3+
pydata_sphinx_theme>=0.6
4+
sphinx>=3.5
5+
sphinx-copybutton>=0.3

0 commit comments

Comments
 (0)