Skip to content

Commit

Permalink
add log tests after further failures
Browse files Browse the repository at this point in the history
  • Loading branch information
chris del committed Nov 13, 2024
1 parent 38101c9 commit 6004f7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-external-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Check Dir
working-directory: .github/scripts
run: |
pwd
cat ../../en/resources/contributing.md
echo "OVER WRITE" > ../../en/resources/contributing.md
cat ../../en/resources/contributing.md
- name: Run scripts
working-directory: .github/scripts
run: |
Expand Down

0 comments on commit 6004f7f

Please sign in to comment.