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

CSC-1536, CSC-1652: Adds GitHub Action for processing and uploading custom sheets as needed #12195

Merged

Conversation

danielxvu
Copy link
Contributor

@danielxvu danielxvu commented Sep 27, 2023

Description

Processing and uploading code should be portable to use in other places

  • Updating custom sheets:
  • Updating custom sheets (sandbox)
  • Needs to know when sheet is updated

Usage

Ensure that you have installed jq before running the following commands:

cd 5eShaped # Change this to your desired sheet directory
cat sheet.json |  jq ". += {\"version\":\"$(date +%s)\"}" | tee sheet.json # This will bump the version field in sheet.json

Commit the change to sheet.json, push your changes to one of the supported branches and watch CircleCI for the branch to which you pushed. The supported branches are:

  • master
  • staging

Sheets uploaded so far:

@danielxvu danielxvu changed the title CSC-1652: Adds a GitHub action for processing/uploading custom sheets CSC-1652: Adds CircleCI automation for processing/uploading custom sheets Sep 29, 2023
@danielxvu danielxvu temporarily deployed to production October 2, 2023 09:30 — with GitHub Actions Inactive
@NorWhal NorWhal merged commit 70f0e93 into master Oct 2, 2023
@NorWhal NorWhal deleted the feature/CSC-1652-gh-action-for-processing-custom-sheets branch October 2, 2023 18:29
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.

3 participants