Skip to content

Commit d5bf3a7

Browse files
committed
feat(gen): try print 404s
1 parent c60bbee commit d5bf3a7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/markdown-link-checker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ jobs:
2020
config-file: '.link_checker_config.json'
2121

2222
- name: Write output to txt file
23-
run: echo "{{ steps.check_404_in_modified_files.outputs.*}}"
23+
run: echo "{{ steps.check_404_in_modified_files.outputs.*}} >> 404_list.txt"
24+
25+
- name: Print content of txt file
26+
run: |
27+
echo "The following 404 have been detected:\n"
28+
cat 404_list.txt

compute/instances/how-to/configure-reverse-dns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Reverse DNS is the opposite of classic "forward" DNS and maps an IP address to a
2222
<Macro id="requirements" />
2323

2424
- A Scaleway account logged into the [console](https://console.scaleway.com)
25-
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
25+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/azerazerazerazrazerraazerazerazer/#permission) allowing you to perform actions in the intended Organization
2626
- An [Instance](/compute/instances/how-to/create-an-instance/) with its public (flexible) IP address attached to it
2727
- Configured a matching `A-record` pointing to your IP address. Note that if you have created the A record recently, it may take up to 24 hours for the operation to be completed.
2828

0 commit comments

Comments
 (0)