Update docs_build.yml

This commit is contained in:
Nick 2022-05-17 20:42:56 -04:00 committed by GitHub
parent 997f483069
commit 6c5712cf64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,13 +59,7 @@ jobs:
command: install --dev
- name: Copy Schemas
run: |
mkdir 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/
run: cp -rf NewHorizons/Schemas docs/content/pages/
- name: Cache Site
uses: actions/cache@v2