Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.45 KB

README.rst

File metadata and controls

55 lines (37 loc) · 1.45 KB

idea-plugin-repo

Pages Workflow

This is the GitHub Pages source for mdklatt.github.io/idea-plugin-repo, a custom JetBrains IDEA plugin repository for:

Development

Build content for local testing. Generated content is put in dist/. The config.toml file controls content generation.

$ make build

Deployment

Site content is published by GitHub Actions using the Pages workflow.

Plugin updates

Run the workflow manually when a plugin is updated, e.g. when a new version is released.

Code updates

Code changes pushed to main will automatically trigger the workflow.