Skip to content

Commit 9ae8aac

Browse files
committed
no need to create, only sync
1 parent 2b018f2 commit 9ae8aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ task default: :"standard:fix"
1212
# Standard set of tasks, which you can customize if you wish:
1313
#
1414
desc "Build the Bridgetown site for deployment"
15-
task deploy: [:clean, "wiki:submodule", "frontend:build"] do
15+
task deploy: [:clean, "wiki:sync", "frontend:build"] do
1616
Bridgetown::Commands::Build.start
1717
end
1818

0 commit comments

Comments
 (0)