Skip to content

Commit

Permalink
it is midnight debug hours indeed
Browse files Browse the repository at this point in the history
  • Loading branch information
WillXuCodes committed Jul 19, 2024
1 parent 86247d6 commit 88dadf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (grunt) {
sphinx: {
// Need to clean first because sphinx doesn't do incremental builds with
// static files
command: "rm -rf ./build && sphinx-build ./home/ ./build/",
command: "ls -la && rm -rf ./build && sphinx-build ./home/ ./build/",
options: {
stdout: true,
},
Expand Down

0 comments on commit 88dadf5

Please sign in to comment.