Skip to content

Commit

Permalink
Fix path issue for image cache workflow (#6516)
Browse files Browse the repository at this point in the history
* Fix path issue for image cache workflow

* Remove fix-image-cache branch trigger for image cache workflow
  • Loading branch information
nmelehan authored Aug 4, 2023
1 parent 9497891 commit da341e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
path: docs
path: docs-repo

- name: Print current docs repo branch/ref/commit
working-directory: ./docs-repo
Expand Down

0 comments on commit da341e9

Please sign in to comment.