Skip to content

Commit bb09895

Browse files
committed
fix path
1 parent ba4afbe commit bb09895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
mkdir -p _site
6060
# Copy generated cache files to _site directory
6161
# Adjust this path based on where the script outputs files
62-
cp -r trease-backend/cache-gen/cache/* _site/ 2>/dev/null
62+
cp -r trease-backend/cache/* _site/ 2>/dev/null
6363
# Create an index.html if one doesn't exist
6464
if [ ! -f _site/index.html ]; then
6565
echo '<!DOCTYPE html><html><head><title>Image Cache</title></head><body><h1>Image Cache Generated</h1><p>Last updated: '"$(date -u)"'</p></body></html>' > _site/index.html

0 commit comments

Comments
 (0)