From 37542f6aa13ba208e1db9922e932c5b9c161445c Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Tue, 8 Jul 2025 16:18:15 +0200 Subject: [PATCH 1/6] Update wheel.ad-rss.yml --- .github/workflows/wheel.ad-rss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.ad-rss.yml b/.github/workflows/wheel.ad-rss.yml index 9f11aab78b..3874340e87 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/ From 17d142b2bea21280192e3f0ace9be3adf1af9278 Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Tue, 8 Jul 2025 16:18:54 +0200 Subject: [PATCH 2/6] Update wheel.ad-rss-map-integration.yml --- .github/workflows/wheel.ad-rss-map-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.ad-rss-map-integration.yml b/.github/workflows/wheel.ad-rss-map-integration.yml index 2d6caa98dc..8b0150ccd1 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/ From bfadabd9697996cc4a82ea18c43c423dd64b08c8 Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Tue, 8 Jul 2025 16:28:55 +0200 Subject: [PATCH 3/6] Update deploy_documentation.sh --- .github/workflows/deploy_documentation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_documentation.sh b/.github/workflows/deploy_documentation.sh index d2937b7b9b..a5b99967bc 100644 --- a/.github/workflows/deploy_documentation.sh +++ b/.github/workflows/deploy_documentation.sh @@ -34,6 +34,7 @@ rm -rf build rm -rf coverage_tmp rm -rf install rm -rf log +rm -rf as-rss-build-venv # commit git add -f . From 34e568b865286f9a27365e5ac5b374cf636d553e Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Tue, 8 Jul 2025 16:29:07 +0200 Subject: [PATCH 4/6] Update deploy_documentation.sh --- .github/workflows/deploy_documentation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_documentation.sh b/.github/workflows/deploy_documentation.sh index a5b99967bc..71aa9f18c7 100644 --- a/.github/workflows/deploy_documentation.sh +++ b/.github/workflows/deploy_documentation.sh @@ -34,7 +34,7 @@ rm -rf build rm -rf coverage_tmp rm -rf install rm -rf log -rm -rf as-rss-build-venv +rm -rf ad-rss-build-venv # commit git add -f . From bb1b4fdadfae5223717b9d2a37442e348d3b25be Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Tue, 8 Jul 2025 16:30:53 +0200 Subject: [PATCH 5/6] Update deploy_documentation.sh --- .github/workflows/deploy_documentation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_documentation.sh b/.github/workflows/deploy_documentation.sh index 71aa9f18c7..032f23ff87 100644 --- a/.github/workflows/deploy_documentation.sh +++ b/.github/workflows/deploy_documentation.sh @@ -35,6 +35,7 @@ rm -rf coverage_tmp rm -rf install rm -rf log rm -rf ad-rss-build-venv +rm -rf depencencies # commit git add -f . From c626e3fa66907fb6172fb3fd68be8f13e6305625 Mon Sep 17 00:00:00 2001 From: berndgassmann Date: Tue, 8 Jul 2025 16:37:50 +0200 Subject: [PATCH 6/6] Update check_documentation.yml --- .github/workflows/check_documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_documentation.yml b/.github/workflows/check_documentation.yml index a609ff46fa..96697d2873 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 + +