Skip to content

Commit

Permalink
yaml file that creates a conda environemtn for testing fre-cli now is…
Browse files Browse the repository at this point in the history
… absorbing doc steps,

so we can take advantage of the already-built conda environment

remove now-redundant documentation.yml file
  • Loading branch information
ilaflott committed Aug 13, 2024
1 parent c5d1d34 commit 9556ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,15 @@ jobs:
# run pylint
pylint fre/ || echo "pylint returned non-zero exit code. preventing workflow from dying with this echo."
- name: Install dependencies
- name: Install Sphinx and Build Documentation
run: |
pip install sphinx renku-sphinx-theme sphinx-rtd-theme
pip install --upgrade sphinx-rtd-theme
- name: Sphinx build
run: |
sphinx-build docs build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/add_badges' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/documentation.yml

This file was deleted.

0 comments on commit 9556ae8

Please sign in to comment.