Skip to content

Commit

Permalink
Migration to metaschema-xslt (#393)
Browse files Browse the repository at this point in the history
* Pruned all content moving to `metaschema-xslt`
* Removed now irrelevant submodules, dependencies, and scripts
* Removed Java setup from website generation flow

---------

Co-authored-by: David Waltermire <[email protected]>
  • Loading branch information
nikitawootten-nist and david-waltermire authored Sep 1, 2023
1 parent cc014ae commit 797591b
Show file tree
Hide file tree
Showing 246 changed files with 11 additions and 70,667 deletions.
18 changes: 1 addition & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,22 @@

version: 2
updates:

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"

- package-ecosystem: "docker"
directory: "/build"
schedule:
interval: "daily"
target-branch: "develop"

- package-ecosystem: "gomod"
directory: "/build"
schedule:
interval: "daily"
target-branch: "develop"

- package-ecosystem: "maven"
directory: "/build"
schedule:
interval: "daily"
target-branch: "develop"

- package-ecosystem: "npm"
directory: /
schedule:
interval: "daily"
target-branch: "develop"
18 changes: 0 additions & 18 deletions .github/workflows/workflow-generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,6 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
with:
submodules: recursive
- name: Set env
run: |
echo "SAXON_HOME=${JAVA_CLASSPATH}" >> $GITHUB_ENV
echo "CALABASH_HOME=${JAVA_CLASSPATH}" >> $GITHUB_ENV
# Setup runtime environment
# -------------------------
# Java JDK 11
- name: Set up JDK
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2
with:
java-version: 11
distribution: 'temurin'
cache: 'maven'
- name: Install JDK Deps Saxon and XML Calabash
run: |
cd "${BUILD_PATH}"
mkdir -p "${JAVA_CLASSPATH}"
mvn dependency:copy-dependencies -DoutputDirectory="${JAVA_CLASSPATH}"
- name: Setup Swap Space
# Since Hugo is requiring more memory
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
Expand Down
8 changes: 0 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
url = https://github.com/usnistgov/hugo-uswds.git
branch = master
update = rebase
[submodule "support/schematron"]
path = support/schematron
url = https://github.com/usnistgov/schematron.git
branch = master
[submodule "support/xspec"]
path = support/xspec
url = https://github.com/xspec/xspec.git
branch = d8bbeca51eaccc8b3e07c82547f6aff4a2072aef
65 changes: 0 additions & 65 deletions build/pom.xml

This file was deleted.

24 changes: 0 additions & 24 deletions config.sh

This file was deleted.

24 changes: 0 additions & 24 deletions config.sh-default

This file was deleted.

137 changes: 0 additions & 137 deletions scripts/generate-content-converter.sh

This file was deleted.

Loading

0 comments on commit 797591b

Please sign in to comment.