1
0
mirror of synced 2025-12-30 03:01:36 -05:00

remove redundant actions/ dir (#33204)

This commit is contained in:
Evan Bonsignori
2022-12-02 13:59:40 -08:00
committed by GitHub
parent 3575099b70
commit 468a0323fa
8 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ jobs:
# treat it as a warning and not as a broken link.
EXTERNAL_SERVER_ERRORS_AS_WARNINGS: true
timeout-minutes: 30
run: node .github/actions/rendered-content-link-checker.js
run: node .github/actions-scripts/rendered-content-link-checker.js
- name: Upload artifact(s)
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8

View File

@@ -85,7 +85,7 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.DOCS_BOT_FR }}
# SHOULD_COMMENT: true
# CREATE_REPORT: false
# run: node .github/actions/rendered-content-link-checker.js
# run: node .github/actions-scripts/rendered-content-link-checker.js
- name: Link check all pages (internal links only)
id: all_links
@@ -101,7 +101,7 @@ jobs:
# we're filtering on anyway once the list of all pages has
# been loaded.
ENABLED_LANGUAGES: en
run: node .github/actions/rendered-content-link-checker.js
run: node .github/actions-scripts/rendered-content-link-checker.js
- name: Upload artifact(s)
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8