Skip to content

Commit 4b6f6cd

Browse files
authored
Update GitHub Actions to use new QuantEcon action locations (#417)
- Replace QuantEcon/meta/.github/actions/link-checker@main with QuantEcon/action-link-checker@main in linkcheck.yml - This migration moves from the old meta repository structure to the new dedicated action repositories
1 parent 77a5f1f commit 4b6f6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ref: gh-pages
1919
- name: AI-Powered Link Checker
20-
uses: QuantEcon/meta/.github/actions/link-checker@main
20+
uses: QuantEcon/action-link-checker@main
2121
with:
2222
html-path: '.' # gh-pages live html
2323
fail-on-broken: 'false'

0 commit comments

Comments
 (0)