Skip to content

Commit 740e589

Browse files
author
chris del
committed
add test script after failure again
1 parent 38101c9 commit 740e589

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update-external-docs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19+
- name: Check Dir
20+
working-directory: .github/scripts
21+
run: |
22+
echo pwd
23+
cat ../..en/resources/contributing.md
24+
echo "OVER WRITE" > ../../en/resources/contributing.md
25+
cat ../..en/resources/contributing.md
1926
- name: Run scripts
2027
working-directory: .github/scripts
2128
run: |

0 commit comments

Comments
 (0)