Skip to content

Commit 2c32730

Browse files
authored
fix: make new check-removed-urls workflow reusable (#624)
1 parent d701c98 commit 2c32730

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/check-removed-urls.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
repository: ${{ github.event.pull_request.base.repo.full_name }}
2626
fetch-depth: 0
2727
path: base
28+
- name: Checkout sphinx-stack
29+
uses: actions/checkout@v5
30+
with:
31+
repository: canonical/sphinx-stack
32+
path: sphinx-stack
2833
- uses: actions/setup-python@v6
2934
- name: Build docs
3035
run: |
@@ -49,4 +54,4 @@ jobs:
4954
| sort > "${urls_file}"
5055
done
5156
- 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

Comments
 (0)