Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-06-01 03:44:55 +0300
committerEvan Read <eread@gitlab.com>2023-06-01 03:44:55 +0300
commitd4d6ede364b15db5b6cdee3926bdd30b083c30a3 (patch)
treee9bdec9af97b6a59232a5768a3e3ba99a20e62e4 /doc/maintenance.md
parent5a73356c4f9488c5fcd0137bffebcd907ce7b2bf (diff)
Replace deprecated SCSS gem
Diffstat (limited to 'doc/maintenance.md')
-rw-r--r--doc/maintenance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/maintenance.md b/doc/maintenance.md
index 19bda3ea..db9dfb13 100644
--- a/doc/maintenance.md
+++ b/doc/maintenance.md
@@ -45,7 +45,7 @@ site on your own and disable the inclusion of the CSP header, you can do so with
the `DISABLE_CSP` environment variable:
```shell
-DISABLE_CSP=1 bundle exec nanoc compile
+DISABLE_CSP=1 make compile
```
### Add or update domains in the CSP header