aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
-rw-r--r--bin/ci-puppeteer-config.json3
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35a605c..10fe57a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,12 @@
---
variables:
SITE_URL: spec.torproject.org
+ MMDC: mmdc -p bin/ci-puppeteer-config.json
+# ^ re MMDC:
+# https://github.com/mermaid-js/mermaid-cli/blob/HEAD/docs/linux-sandbox-issue.md
+#
+# bin/ is the wrong place for that file
+# but I don't want to rename all of bin/ to maint/ right now.
build:
image: rust:bookworm
diff --git a/bin/ci-puppeteer-config.json b/bin/ci-puppeteer-config.json
new file mode 100644
index 0000000..3201af7
--- /dev/null
+++ b/bin/ci-puppeteer-config.json
@@ -0,0 +1,3 @@
+{
+ "args": ["--no-sandbox"]
+}