From 3fc83dc7ad943fe2e4fb553ea762b5bfb67056ca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:39:15 +0000 Subject: [PATCH 1/2] Initial plan From 4ce0cb0e4b329cba14ce38631f523ffb6700332a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:42:49 +0000 Subject: [PATCH 2/2] Add "In the wild" section with typeclasses.dhall example Co-authored-by: nikita-volkov <1560937+nikita-volkov@users.noreply.github.com> --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9a39d80..a24ddce 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,20 @@ jobs: package-name: my-awesome-dhall-library ``` +## In the Wild + +Here are some real-world examples of projects using this workflow: + +### [typeclasses.dhall](https://github.com/nikita-volkov/typeclasses.dhall) + +A comprehensive typeclass library for the Dhall configuration language. This project demonstrates typical usage of the workflow: + +- **Repository**: [nikita-volkov/typeclasses.dhall](https://github.com/nikita-volkov/typeclasses.dhall) +- **Workflow Configuration**: [deploy-docs-to-pages.yaml](https://github.com/nikita-volkov/typeclasses.dhall/blob/master/.github/workflows/deploy-docs-to-pages.yaml) +- **Generated Documentation**: [nikita-volkov.github.io/typeclasses.dhall](https://nikita-volkov.github.io/typeclasses.dhall/) + +The project uses this workflow to automatically generate and deploy documentation from Dhall source files located in the `src/` directory, with `typeclasses` as the package name. The workflow triggers on pushes to the main branch and can also be run manually. + ## Troubleshooting ### Common Issues