Skip to content

Commit 08b11f9

Browse files
authored
Fix formatting in cd_prod.yml exclude section (#119)
Guns'n'Roses problems (/ went missing)
1 parent 4542c25 commit 08b11f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
--exclude='.github/' \
7878
--exclude='.env' \
7979
--exclude='Python/.venv/' \
80-
--exclude='bootstrap/cache/'
80+
--exclude='bootstrap/cache/' \
8181
--exclude='public/robots.txt' \
8282
--exclude='node_modules/' \
8383
--exclude='vendor/' \

0 commit comments

Comments
 (0)