From bb42dc14de6868c3c7928cc17c3ef140f2dcf849 Mon Sep 17 00:00:00 2001 From: vdshk Date: Mon, 31 May 2021 12:36:38 +0300 Subject: [PATCH] Try to fix deploy --- .github/workflows/deploy_docs.yml | 4 ++-- docs/.nojekyll | 0 docs/_config.yml | 5 ----- requirements/default.txt | 2 +- requirements/developer.txt | 4 ++-- requirements/docs.txt | 10 +++++----- 6 files changed, 10 insertions(+), 15 deletions(-) create mode 100644 docs/.nojekyll delete mode 100644 docs/_config.yml diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 6bb875a2..f1b31b32 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -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 ] @@ -32,7 +32,7 @@ jobs: run: make -C docs/ html - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.2 + uses: JamesIves/github-pages-deploy-action@4.1.3 with: branch: gh-pages # The branch the action should deploy to. folder: docs/_build/html # The folder the action should deploy. diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 1c31b51a..00000000 --- a/docs/_config.yml +++ /dev/null @@ -1,5 +0,0 @@ -theme: jekyll-theme-minimal -logo: /assets/img/logo.png -show_downloads: true -plugins: - - jekyll-sitemap diff --git a/requirements/default.txt b/requirements/default.txt index 6de95b63..6550e6e3 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -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 diff --git a/requirements/developer.txt b/requirements/developer.txt index 601188f3..d994a9f5 100644 --- a/requirements/developer.txt +++ b/requirements/developer.txt @@ -1,2 +1,2 @@ -black==20.8b1 -pre-commit==2.12.0 +black>=20.8b1 +pre-commit>=2.12.0 diff --git a/requirements/docs.txt b/requirements/docs.txt index 1d758989..b74d0123 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -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