Skip to content

Commit 9144458

Browse files
committed
debug wrong working directory
1 parent 8fc0ea3 commit 9144458

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gh_pages_docs_v2.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
uses: actions/configure-pages@v5
4141
- name: Render index template
4242
working-directory: cloud_controller_ng/docs/v2
43-
run: ./render.sh
43+
run: |
44+
pwd
45+
ls
46+
./render.sh
4447
- name: Upload artifact
4548
uses: actions/upload-pages-artifact@v3
4649
with:

0 commit comments

Comments
 (0)