Skip to content

Commit

Permalink
Update update-external-docs.yml
Browse files Browse the repository at this point in the history
barebones dir test
  • Loading branch information
chrisdel101 authored Nov 13, 2024
1 parent 43757f5 commit 602c8ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update-external-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run scripts
working-directory: .github/scripts
run: |
echo "TESTING123" > ../../en/resources/contributing.md
- name: Verify file content
run: cat ../../en/resources/contributing.md
- name: Print current directory
run: pwd

- name: List contents of parent directories
run: ls -R ../..

0 comments on commit 602c8ca

Please sign in to comment.