There was an error while loading. Please reload this page.
check-removed-urls
1 parent d701c98 commit 2c32730Copy full SHA for 2c32730
1 file changed
.github/workflows/check-removed-urls.yml
@@ -25,6 +25,11 @@ jobs:
25
repository: ${{ github.event.pull_request.base.repo.full_name }}
26
fetch-depth: 0
27
path: base
28
+ - name: Checkout sphinx-stack
29
+ uses: actions/checkout@v5
30
+ with:
31
+ repository: canonical/sphinx-stack
32
+ path: sphinx-stack
33
- uses: actions/setup-python@v6
34
- name: Build docs
35
run: |
@@ -49,4 +54,4 @@ jobs:
49
54
| sort > "${urls_file}"
50
55
done
51
56
- name: Compare URLs
52
- run: python3 compare/docs/_dev/check_removed_urls.py
57
+ run: python3 sphinx-stack/docs/_dev/check_removed_urls.py
0 commit comments