We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b018f2 commit 9ae8aacCopy full SHA for 9ae8aac
1 file changed
Rakefile
@@ -12,7 +12,7 @@ task default: :"standard:fix"
12
# Standard set of tasks, which you can customize if you wish:
13
#
14
desc "Build the Bridgetown site for deployment"
15
-task deploy: [:clean, "wiki:submodule", "frontend:build"] do
+task deploy: [:clean, "wiki:sync", "frontend:build"] do
16
Bridgetown::Commands::Build.start
17
end
18
0 commit comments