Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jun 8, 2021
2 parents 6244d44 + 2257a4a commit 8b770dd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- 'docs/**'
- '.github/workflows/website-deploy.yml'
- 'xml'
- 'json'
workflow_dispatch:
branches:
- main
Expand Down
7 changes: 7 additions & 0 deletions docs/assets/scss/schema-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
}
}
}
&:not([open]) {
summary {
.show-closed {
display: initial;
}
}
}
summary {
cursor: pointer;
list-style-position: outside;
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "OSCAL"
---
{{% usa-hero image="automation-hero.png" calloutText="Automated" calloutAltText="Control-Based Assessment" buttonURL="/about/" buttonText="Learn More" %}}
{{% usa-hero image="/automation-hero.png" calloutText="Automated" calloutAltText="Control-Based Assessment" buttonURL="/about/" buttonText="Learn More" %}}
Supporting Control-Based<br/>
Risk Management with<br/>
Standardized Formats
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ parse_args() {
default_email=${GIT_DEPLOY_EMAIL:-}

#repository to deploy to. must be readable and writable.
repo=origin
repo=upstream

#append commit hash to the end of message by default
append_hash=${GIT_DEPLOY_APPEND_HASH:-true}
Expand Down
2 changes: 1 addition & 1 deletion docs/themes/uswds

0 comments on commit 8b770dd

Please sign in to comment.