Skip to content

Commit b6efd38

Browse files
🪲 [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] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas
1 parent 3240ab2 commit b6efd38

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Build mkdocs-material project
4343
run: |
44-
mkdocs build --config-file ./mkdocs.yml --strict --site-dir _site/
44+
mkdocs build --config-file .github/mkdocs.yml --strict --site-dir _site/
4545
4646
- uses: actions/upload-pages-artifact@v3
4747

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)