Skip to content

Commit

Permalink
Copy doc-setup.sh to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Oct 13, 2024
1 parent c4fced7 commit d709f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function prepare_flame_repo {
mkdir $tmp_stash
cp -r $tmp_flame_src/doc/_sphinx $tmp_stash
cp $tmp_flame_src/melos.yaml $tmp_stash
cp $tmp_flame_src/scripts/doc-setup.sh $tmp_stash
cp $tmp_flame_src/scripts/doc-setup.sh $tmp_stash/scripts/
cp $tmp_flame_src/pubspec.yaml $tmp_stash
}

Expand Down

0 comments on commit d709f21

Please sign in to comment.