Skip to content

Commit

Permalink
copy media folder to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
L0rdLizard committed Apr 4, 2024
1 parent ee0d901 commit 312369f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
sudo chmod +x /hdoc
sudo /hdoc --verbose
- name: Copy medias
run: |
cp -R media/ hdoc-output/
- name: zip documentation
run: |
cd hdoc-output
Expand Down
4 changes: 2 additions & 2 deletions docs/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pip install conan
```

## 3. Install conan plugin in Clion
![Image alt](https://github.com/SUAI-getz-programmers/totally-not-rabbitmq/blob/98b84b76e812f29a9d8454a22aa08a3f830401d3/media/config.png)
![Image alt](media/plugin.png)


## 4. Configure Conan
![Image alt](../media/config.png)
![Image alt](media/config.png)

### Find path of Conan and paste in plugin configuration
```
Expand Down

0 comments on commit 312369f

Please sign in to comment.