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

Move web content from OSCAL, and other streamlining. (Revised for Release) #1856

Merged
merged 5 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
62 changes: 0 additions & 62 deletions .github/workflows/link-check.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/status-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,3 @@ jobs:
commit_resources: true
secrets:
access_token: ${{ secrets.COMMIT_TOKEN }}
validate-website-reference:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/workflow-generate-website-reference.yml
with:
commit_resources: false
push-website-reference:
if: github.event_name == 'push'
uses: ./.github/workflows/workflow-generate-website-reference.yml
with:
commit_resources: true
secrets:
access_token: ${{ secrets.COMMIT_TOKEN }}
validate-website:
if: github.event_name == 'pull_request'
needs: validate-website-reference
uses: ./.github/workflows/workflow-generate-website.yml
with:
commit_resources: false
push-website:
if: github.event_name == 'push'
needs: push-website-reference
uses: ./.github/workflows/workflow-generate-website.yml
with:
commit_resources: true
secrets:
access_token: ${{ secrets.COMMIT_TOKEN }}
36 changes: 15 additions & 21 deletions .github/workflows/workflow-generate-metaschema-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,24 +130,18 @@ jobs:
path: |
${{ runner.temp }}/metaschema-artifacts.zip
retention-days: 5
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
if: always()
with:
name: schematron-validation-reports
path: |
${{ runner.temp }}/schematron-validations.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@3ea6ae190baf489ba007f7c92608f33ce20ef04a
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]
aj-stein-nist marked this conversation as resolved.
Show resolved Hide resolved
170 changes: 0 additions & 170 deletions .github/workflows/workflow-generate-website-reference.yml

This file was deleted.

Loading