diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c6ec7e9..ca744ed5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,9 @@ jobs: run: npm ci - name: Build Packs - run: npm run pullYMLtoLDB + run: | + npm run pullYMLtoLDB + mv --force src/packs/LICENSE packs/LICENSE - name: Build daggerheart.js run: npm run build diff --git a/src/packs/LICENSE b/src/packs/LICENSE new file mode 100644 index 00000000..9a2a5c9f --- /dev/null +++ b/src/packs/LICENSE @@ -0,0 +1,7 @@ +This product includes materials from the +Daggerheart System Reference Document 1.0, © +Critical Role, LLC. under the terms of the +Darrington Press Community Gaming (DPCGL) +License. More information can be found at +https://www.daggerheart.com/. There are no +previous modifications by others. \ No newline at end of file