Skip to content

Commit

Permalink
Fix path issue for image cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nmelehan committed Aug 4, 2023
1 parent 9497891 commit 19f2744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cache-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- fix-image-cache

env:
repo_name: docs
Expand All @@ -17,7 +18,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 19f2744

Please sign in to comment.