Skip to content

Commit

Permalink
Use sudo for touch
Browse files Browse the repository at this point in the history
Signed-off-by: Chihurumnaya Ibiam <ibiamchihurumnaya@gmail.com>
  • Loading branch information
chimosky committed Apr 6, 2024
1 parent b228e8b commit 591013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ show-green "Building documentation"
sudo ./make-doc.sh
sudo mkdir deploy
sudo mv doc/_build/html deploy/sugar3
touch deploy/.nojekyll
sudo touch deploy/.nojekyll
# create an index.html so that users don't become confused
show-green "Writing index.html"
echo "<h1>Page Moved</h1>" > deploy/index.html
Expand Down

0 comments on commit 591013a

Please sign in to comment.