Skip to content

Commit

Permalink
Use sudo to run commands
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 96baac4 commit b228e8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ show-green () {
}

# clone repo
git clone https://github.com/sugarlabs/sugar-toolkit-gtk3.git
sudo git clone https://github.com/sugarlabs/sugar-toolkit-gtk3.git
cd sugar-toolkit-gtk3

# make source
Expand All @@ -23,9 +23,9 @@ sudo make

# make documentation
show-green "Building documentation"
./make-doc.sh
mkdir deploy
mv doc/_build/html deploy/sugar3
sudo ./make-doc.sh
sudo mkdir deploy
sudo mv doc/_build/html deploy/sugar3
touch deploy/.nojekyll
# create an index.html so that users don't become confused
show-green "Writing index.html"
Expand Down

0 comments on commit b228e8b

Please sign in to comment.