Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down