Skip to content

Commit

Permalink
fixup! fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
delbetu committed May 4, 2024
1 parent ae43d69 commit b85c074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end
task default: ["app.wasm"]

desc "Build site into /dist"
file :build_site => ["app.wasm"] do
task :build_site do
rm_rf "dist"
mkdir "dist"
cp_r "assets", "dist"
Expand Down

0 comments on commit b85c074

Please sign in to comment.