diff --git a/.github/workflows/check_documentation.yml b/.github/workflows/check_documentation.yml index a609ff46f..96697d287 100644 --- a/.github/workflows/check_documentation.yml +++ b/.github/workflows/check_documentation.yml @@ -7,7 +7,7 @@ on: branches: main permissions: - contents: write + contents: read jobs: documentationjob: @@ -59,3 +59,5 @@ jobs: source ad-rss-build-venv/bin/activate mkdocs build if [ ${{ github.event_name }} != 'pull_request' ]; then bash .github/workflows/deploy_documentation.sh true; else bash .github/workflows/deploy_documentation.sh false; fi + + diff --git a/.github/workflows/deploy_documentation.sh b/.github/workflows/deploy_documentation.sh index d2937b7b9..032f23ff8 100644 --- a/.github/workflows/deploy_documentation.sh +++ b/.github/workflows/deploy_documentation.sh @@ -34,6 +34,8 @@ rm -rf build rm -rf coverage_tmp rm -rf install rm -rf log +rm -rf ad-rss-build-venv +rm -rf depencencies # commit git add -f . diff --git a/.github/workflows/wheel.ad-rss-map-integration.yml b/.github/workflows/wheel.ad-rss-map-integration.yml index 2d6caa98d..8b0150ccd 100644 --- a/.github/workflows/wheel.ad-rss-map-integration.yml +++ b/.github/workflows/wheel.ad-rss-map-integration.yml @@ -74,4 +74,4 @@ jobs: if: ${{ github.event_name == 'release'}} with: packages-dir: wheelhouse/ad_rss_map_integration - repository-url: https://pypi.org/p/ad-rss-map-integration + repository-url: https://pypi.org/p/ad-rss-map-integration/ diff --git a/.github/workflows/wheel.ad-rss.yml b/.github/workflows/wheel.ad-rss.yml index 9f11aab78..3874340e8 100644 --- a/.github/workflows/wheel.ad-rss.yml +++ b/.github/workflows/wheel.ad-rss.yml @@ -74,4 +74,4 @@ jobs: if: ${{ github.event_name == 'release'}} with: packages-dir: wheelhouse/ad_rss - repository-url: https://pypi.org/p/ad-rss + repository-url: https://pypi.org/p/ad-rss/