Skip to content

Commit

Permalink
fix: remove chrome-sandbox permissions setup and enable drawio_no_san…
Browse files Browse the repository at this point in the history
…dbox option
  • Loading branch information
FredM67 committed Dec 30, 2024
1 parent 95739f5 commit 9397b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
sudo apt-get -y install wget curl
curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep `dpkg --print-architecture` | grep '\.deb' | cut -d '"' -f 4 | wget -i -
sudo apt-get -f install ./drawio-amd64-*.deb
cd /opt/drawio/
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
# https://github.com/marketplace/actions/setup-python
# ^-- This gives info on matrix testing.
Expand Down
1 change: 1 addition & 0 deletions content/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
imgmath_embed = True

drawio_builder_export_format = {"simplepdf": "png"}
drawio_no_sandbox = True

# hoverxref_roles = [
# 'term',
Expand Down

0 comments on commit 9397b1f

Please sign in to comment.