Skip to content

Commit

Permalink
Update main.yml (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Aug 10, 2022
1 parent 110039d commit bddb52c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Expand Up @@ -166,22 +166,3 @@ jobs:
run: |
df -h
docker system df
# deploy documentation only on release
deploy-docs:
name: Deploy docs (on release only)
needs: [docs-build-test]
runs-on: ubuntu-latest
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.16
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
REQUIREMENTS: docs/requirements.txt
- name: Disk Free After
run: |
df -h
docker system df

0 comments on commit bddb52c

Please sign in to comment.