зеркало из https://github.com/github/docs.git
remove redundant actions/ dir (#33204)
This commit is contained in:
Родитель
3575099b70
Коммит
468a0323fa
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import { program, Option, InvalidArgumentError } from 'commander'
|
||||
import renderedContentLinkChecker from '../.github/actions/rendered-content-link-checker.js'
|
||||
import renderedContentLinkChecker from '../.github/actions-scripts/rendered-content-link-checker.js'
|
||||
import { getCoreInject, getUploadArtifactInject } from './helpers/action-injections.js'
|
||||
import github from './helpers/github.js'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче