Skip to content

Commit

Permalink
[ DOC ]: Fix setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
a1eksb committed Jul 19, 2024
1 parent 1dd08ca commit 1efd3c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/docs/docs/setup_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions docs/docs/docs/setup_gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1efd3c8

Please sign in to comment.