File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
token : ${{ secrets.DOCUBOT_REPO_PAT }}
37
37
38
- # TODO: When we want to fix redirects on changed files we can uncomment everything below
39
- # Creates file "${{ env.HOME }}/files.json", among others
40
- # - name: Gather files changed
41
- # if: github.event_name != 'merge_group'
42
- # id: file_changes
43
- # uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
44
- # with:
45
- # fileOutput: 'json'
46
-
47
- # For verification
48
- # - name: Show files changed (debug)
49
- # if: github.event_name != 'merge_group'
50
- # run: cat $HOME/files.json
51
-
52
- # - name: Link check changed pages (external links only)
53
- # if: github.event_name != 'merge_group'
54
- # id: changed_links
55
- # env:
56
- # LEVEL: 'warning'
57
- # FILES_CHANGED: ${{ steps.file_changes.outputs.files }}
58
- # ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
59
- # GITHUB_TOKEN: ${{ secrets.DOCS_BOT_FR }}
60
- # SHOULD_COMMENT: true
61
- # CREATE_REPORT: false
62
- # run: node .github/actions-scripts/rendered-content-link-checker.js
63
-
64
38
- name : Link check all pages (internal links only)
65
39
id : all_links
66
40
env :
You can’t perform that action at this time.
0 commit comments