Skip to content

Commit

Permalink
Use sudo with make
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 5, 2024
1 parent 4f717d5 commit 390b244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ show-green () {

# make source
show-green "Compiling"
./autogen.sh --with-python3
make
sudo ./autogen.sh --with-python3
sudo make

# make documentation
show-green "Building documentation"
./make-doc.sh
mkdir deploy
mv doc/_build/html deploy/sugar3
touch deploy/.nojekyll
# create an index.html so that users dont become confused
# create an index.html so that users don't become confused
show-green "Writing index.html"
echo "<h1>Page Moved</h1>" > deploy/index.html
echo "<p>We have moved this page to <a href=\"https://github.com/sugarlabs/sugar-docs/blob/master/README.md\">GitHub</a>.</p>" >> deploy/index.html
Expand Down

0 comments on commit 390b244

Please sign in to comment.