Skip to content

🪲 [Fix]: Fix docs generation #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 12, 2025
Merged

🪲 [Fix]: Fix docs generation #133

merged 1 commit into from
Feb 12, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Feb 12, 2025

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: 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

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner February 12, 2025 17:32
@MariusStorhaug MariusStorhaug self-assigned this Feb 12, 2025
@MariusStorhaug MariusStorhaug merged commit b6efd38 into main Feb 12, 2025
8 checks passed
@MariusStorhaug MariusStorhaug deleted the fixDocs branch February 12, 2025 17:54
MariusStorhaug added a commit that referenced this pull request Feb 12, 2025
MariusStorhaug added a commit that referenced this pull request Feb 12, 2025
## Description

Why are we rolling back:

- Reusable actions will not automatically reference its own local
actions.

This PR rolls back the following PRs:

- Rollback #133 
- Rollback #131 

## Type of change

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [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
- [x] I have commented my code, particularly in hard-to-understand areas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant