-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjustment of OSCAL project to support multi-repository approach
- Content was deleted and distributed between OSCAL-Pages and OSCAL-Reference. - Unnecessary scripts and code were pruned from the repo. - Workflows were reduced as necessary.
- Loading branch information
1 parent
89aa811
commit bf9b66c
Showing
910 changed files
with
166 additions
and
7,862,494 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,17 +125,18 @@ jobs: | |
path: | | ||
${{ runner.temp }}/metaschema-artifacts.zip | ||
retention-days: 5 | ||
# Store Built Artifacts | ||
# --------------- | ||
- name: Publish Schemas and Converters | ||
# only do this on master | ||
if: github.event.inputs.commit_resources == 'true' || inputs.commit_resources == true | ||
uses: stefanzweifel/git-auto-commit-action@be7095c202abcf573b09f20541e0ee2f6a3a9d9b | ||
with: | ||
repository: ${{ env.CHECKOUT_PATH }} | ||
file_pattern: xml json | ||
skip_dirty_check: false | ||
commit_user_name: OSCAL GitHub Actions Bot | ||
commit_user_email: [email protected] | ||
commit_author: OSCAL GitHub Actions Bot <[email protected]> | ||
commit_message: Publishing generated metaschema resources [ci skip] | ||
# Turning this off since the plan would be to publish the schemas and convertors, but not store in the project source. | ||
# # Store Built Artifacts | ||
# # --------------- | ||
# - name: Publish Schemas and Converters | ||
# # only do this on master | ||
# if: github.event.inputs.commit_resources == 'true' || inputs.commit_resources == true | ||
# uses: stefanzweifel/git-auto-commit-action@be7095c202abcf573b09f20541e0ee2f6a3a9d9b | ||
# with: | ||
# repository: ${{ env.CHECKOUT_PATH }} | ||
# file_pattern: xml json | ||
# skip_dirty_check: false | ||
# commit_user_name: OSCAL GitHub Actions Bot | ||
# commit_user_email: [email protected] | ||
# commit_author: OSCAL GitHub Actions Bot <[email protected]> | ||
# commit_message: Publishing generated metaschema resources [ci skip] |
165 changes: 0 additions & 165 deletions
165
.github/workflows/workflow-generate-website-reference.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.