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: