Skip to content

Commit 70548bf

Browse files
[CI] - Fixing #205 - Try running from repo root
1 parent e5f122d commit 70548bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
5252
- name: Commit and push cache changes to new PR branch
5353
run: |
54+
cd "$GITHUB_WORKSPACE"
5455
BRANCH_NAME="cache-updates-${{ github.run_id }}"
5556
5657
git switch -c $BRANCH_NAME

0 commit comments

Comments
 (0)