Skip to content

Commit

Permalink
chore: stop serving docs to dasch-swiss.github.io (DEV-826) (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Aug 10, 2022
1 parent ab0e3b2 commit f2d25f9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Expand Up @@ -36,19 +36,6 @@ jobs:
make dist
make upload
release-docs:
name: Release Docs
runs-on: ubuntu-latest
steps:
# check out repo
- uses: actions/checkout@v2
# install python
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
REQUIREMENTS: docs/requirements.txt

notification:
name: Google chat notification about release and published version
needs: [release-pypi, release-docs]
Expand Down

0 comments on commit f2d25f9

Please sign in to comment.