This pull request essentially enables Github Actions for this repository to automatically compile collections into compendiums and make those easier to download both for users and maintainers of this repo.
The workflow automatically compiles and zips up compendiums on pushes and pull requests, making testing of new PRs easier.
Additionally, when a tag is created, a new release will be created with all compiled compendiums added to the release, vastly simplifying usability.
To make the release step work properly, you will need to configure the repository Github Actions workflow permissions. To do so:
Click "Settings" on the repository.
Under "Code and automation", click Actions -> General
Scroll down to "Workflow permissions" and select the "Read and write permissions" radio button.
This pull request essentially enables Github Actions for this repository to automatically compile collections into compendiums and make those easier to download both for users and maintainers of this repo.
The workflow automatically compiles and zips up compendiums on pushes and pull requests, making testing of new PRs easier.
Additionally, when a tag is created, a new release will be created with all compiled compendiums added to the release, vastly simplifying usability.
To make the release step work properly, you will need to configure the repository Github Actions workflow permissions. To do so: