Set up Github workflow for publishing
carlspring opened this issue · 0 comments
carlspring commented
Task Description
We need to add a Github workflow that:
- Generates the Markdown documentation from the
qhelpfiles. - Creates a query pack.
- If the query pack's version is a snapshot, removes the currently deployed version.
- Publishes the query pack to Github.
Open Questions
Notes
Task List
The following tasks will need to be carried out:
- Investigate the issue.
- Provide a solution.
- Generates the Markdown documentation from the
qhelpfiles. - Creates a query pack.
- If the query pack's version is a snapshot, removes the currently deployed version.
- Publishes the query pack to Github.
- Generates the Markdown documentation from the
- Test the fix.
Useful Commands
Incurred Costs
Task Relationships
This task:
- Is a sub-task of:
- Depends on:
- Is a follow-up of:
- Relates to:
Resources
Useful Links
- Github Workflows: assigning permissions to jobs
- CodeQL: Configuring CodeQL CLI in your CI system
- actions/delete-package-versions