Skip to content

Commit

Permalink
Fix sync_dir_to path in sync-assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Apr 22, 2024
1 parent 3da1d94 commit bd4c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
bucket: "tiara-assets"
exclude: '.*\.md$|\.gitignore$|\.git/.*$|\.github/.*$'
sync_dir_from: ".next/static"
sync_dir_to: "assets/_next/static"
sync_dir_to: "_next/static"

0 comments on commit bd4c0a5

Please sign in to comment.