Commit b6efd38
authored
🪲 [Fix]: Fix docs generation (#133)
## Description
This pull request includes a small but important change to the
`Docs.yml` workflow configuration. The change modifies the path to the
`mkdocs.yml` configuration file to ensure the build process uses the
correct file.
*
[`.github/workflows/Docs.yml`](diffhunk://#diff-55dd8a146d52e27939b44e7e173a1c28589d78f9aaa2a3aa48edce6039534455L44-R44):
Changed the path of the `mkdocs.yml` configuration file from
`./mkdocs.yml` to `.github/mkdocs.yml` to correctly locate the
configuration during the build process.
* Put the actions documentation into an 'actions' folder on 'docs'.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 3240ab2 commit b6efd38
File tree
7 files changed
+1
-1
lines changed- .github
- workflows
- docs/Actions
7 files changed
+1
-1
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments