Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo committed Feb 22, 2023
1 parent 9082e5d commit 81c0877
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:

- name: Move path to github workspace
shell: bash
run: cd "$GITHUB_WORKSPACE"
run: |
echo "$(pwd)"
cd "$GITHUB_WORKSPACE"
echo "$(pwd)"
ls .
- name: Upload docs ⬆️
uses: actions/upload-artifact@v3.1.2
Expand Down

0 comments on commit 81c0877

Please sign in to comment.