From f2d25f9d0276a46c75754e06083e5e108a6116e8 Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:02:30 +0200 Subject: [PATCH] chore: stop serving docs to dasch-swiss.github.io (DEV-826) (#211) --- .github/workflows/release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d68245cf6..02d4d13b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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]