Merge branch 'external-rework-2' of https://github.com/xen-42/outer-wilds-new-horizons into external-rework-2

This commit is contained in:
Nick 2022-05-17 20:41:11 -04:00
commit 997f483069

View File

@ -61,11 +61,11 @@ jobs:
- name: Copy Schemas
run: |
mkdir content/pages/schemas/
cp NewHorizons/schema.json content/pages/schemas/
cp NewHorizons/star_system_schema.json content/pages/schemas/
cp NewHorizons/translation_schema.json content/pages/schemas/
cp NewHorizons/shiplog_schema.xsd content/pages/schemas/
cp NewHorizons/dialogue_schema.xsd content/pages/schemas/
cp NewHorizons/Schemas/schema.json content/pages/schemas/
cp NewHorizons/Schemas/star_system_schema.json content/pages/schemas/
cp NewHorizons/Schemas/translation_schema.json content/pages/schemas/
cp NewHorizons/Schemas/shiplog_schema.xsd content/pages/schemas/
cp NewHorizons/Schemas/dialogue_schema.xsd content/pages/schemas/
- name: Cache Site
uses: actions/cache@v2