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

Split GitHub action jobs #39

Open
Lukewh opened this issue Nov 19, 2021 · 0 comments
Open

Split GitHub action jobs #39

Lukewh opened this issue Nov 19, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Lukewh
Copy link
Contributor

Lukewh commented Nov 19, 2021

Currently, release does the following in a single job 'build-and-release':

  1. Actual release:
  • Run the build script
  • Uploads the built .tar.gz to the latest release
  1. Prepares and pushes the built files to github pages
  • Creates a docs folder
  • Copies build files to the docs folder
  • Creates index.html
  • Adds docs folder to git and pushes to gh-pages branch
  1. Prepares and pushes the built files to quickgui branch for submodule access
  • Copies all build files to root of project
  • Adds new files to git and pushes to quickgui branch

These should be split at the numbers into 3 separate jobs.

  1. Should also remove all other files that aren't the built SVGs to remove unnecessary files in quickgui.
@Lukewh Lukewh self-assigned this Nov 19, 2021
@Lukewh Lukewh added the enhancement New feature or request label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant