diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f920eb51..8930b3d9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: - name: Move into a dedicated subdirectory run: | mkdir -p combined-docs/guides - cp -r book/ combined-docs/guides + cp -r book/* combined-docs/guides - name: Upload static files as artifact id: deployment diff --git a/README.md b/README.md index f3387669..4dade78b 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ end ## Documentation * **API Reference:** Comprehensive documentation for all classes and methods is available on [RubyDoc.info](https://www.rubydoc.info/github/Dynamoid/dynamoid/). -* **User Guides:** Detailed overviews and usage examples for specific features can be found in the [`doc/`](./doc) directory. +* **User Guides:** For detailed overviews and usage examples of specific features, see the online [User Guides](https://dynamoid.github.io/dynamoid/guides/). ## Compatibility