Skip to content
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

Add github actions workflow to compile collections and create releases #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abc
Copy link

@abc abc commented Jan 15, 2023

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:

  1. Click "Settings" on the repository.
  2. Under "Code and automation", click Actions -> General
  3. Scroll down to "Workflow permissions" and select the "Read and write permissions" radio button.
  4. Click "Save".

@abc abc changed the title Add github actions workflow to compile collections create releases Add github actions workflow to compile collections and create releases Jan 15, 2023
@esabol
Copy link

esabol commented Jan 15, 2023

This is great! Thank you! I hope @kinkofer will merge this soon.

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.

2 participants