Skip to content

Commit

Permalink
Use sudo for echo
Browse files Browse the repository at this point in the history
Add sugarext dependency

Signed-off-by: Chihurumnaya Ibiam <ibiamchihurumnaya@gmail.com>
  • Loading branch information
chimosky committed Apr 6, 2024
1 parent 591013a commit 2cd4333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt install -y libgdk-pixbuf2.0-dev libsm-dev libice-dev librsvg2-dev
sudo apt install -y libxfixes-dev libxi-dev libx11-dev gettext intltool
sudo apt install -y libxml-parser-perl x11proto-core-dev libasound2-dev
sudo apt install -y libgirepository1.0-dev linux-libc-dev
sudo apt install -y libgirepository1.0-dev linux-libc-dev gir1.2-sugarext-1.0
# install python3 dependencies
sudo apt install -y gir1.2-webkit2-4.1 python3-six python3-decorator
Expand Down
6 changes: 3 additions & 3 deletions ci/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sudo mv doc/_build/html deploy/sugar3
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
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
echo "<p>How did you get here? Please <a href=\"https://github.com/sugarlabs/sugar-docs/issues\">report</a> any lingering links.</p>" >> deploy/index.html
sudo echo "<h1>Page Moved</h1>" > deploy/index.html
sudo 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
sudo echo "<p>How did you get here? Please <a href=\"https://github.com/sugarlabs/sugar-docs/issues\">report</a> any lingering links.</p>" >> deploy/index.html

show-green "Done"

0 comments on commit 2cd4333

Please sign in to comment.