From 1efd3c8376631fd636e2f9005273fb2b54e3bab8 Mon Sep 17 00:00:00 2001 From: Aleks <152979255+a1eksb@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:20:05 +0200 Subject: [PATCH] [ DOC ]: Fix setup docs --- docs/docs/docs/setup_github.md | 1 + docs/docs/docs/setup_gitlab.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/docs/setup_github.md b/docs/docs/docs/setup_github.md index 422f76c..1bd1dcb 100644 --- a/docs/docs/docs/setup_github.md +++ b/docs/docs/docs/setup_github.md @@ -69,6 +69,7 @@ nav: echo "Deploying the docs" curl --request POST ${{ secrets.ACINT_URL }} -H "Content-Type: application/json" -d "{\"action\": \"${{ secrets.ACINT_ACTION }}\", \"token\": \"${{ secrets.ACINT_TOKEN }}\"}" ``` + 3. Make sure to modify the branch on which you want this job to be triggered. 4. Set the required secrets 5. Copy the `docs` folder at the root of the [docs project](https://github.com/ETH-NEXUS/nexus-docs) into the root of your project. diff --git a/docs/docs/docs/setup_gitlab.md b/docs/docs/docs/setup_gitlab.md index 5d75f95..45f2c2f 100644 --- a/docs/docs/docs/setup_gitlab.md +++ b/docs/docs/docs/setup_gitlab.md @@ -54,10 +54,11 @@ nav: changes: - "docs/**/*" ``` + 3. Set the required secrets -3. Copy the `docs` folder at the root of the [docs project](https://github.com/ETH-NEXUS/nexus-docs) into the root of your project. +4. Copy the `docs` folder at the root of the [docs project](https://github.com/ETH-NEXUS/nexus-docs) into the root of your project. -4. Expand your `docker-compose.yml` file: +5. Expand your `docker-compose.yml` file: ```yaml title="docker-compose.yml" linenums="1" services: