diff --git a/.github/workflows/trigger-repo-update.yml b/.github/workflows/trigger-repo-update.yml new file mode 100644 index 0000000..18236a1 --- /dev/null +++ b/.github/workflows/trigger-repo-update.yml @@ -0,0 +1,23 @@ +name: Trigger Repo Update + +on: + release: + types: [published, unpublished, created, edited, deleted] + workflow_dispatch: + +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - uses: actions/github-script@v6 + with: + github-token: ${{ secrets.VRSL_VPM_TOKEN }} + script: | + await github.rest.actions.createWorkflowDispatch({ + owner: 'rrazgriz', + repo: 'raz-vpm', + workflow_id: 'build-listing.yml', + ref: 'main', + }) + +# thanks to bd_ for this action: https://github.com/bdunderscore/modular-avatar/blob/main/.github/workflows/trigger-repo-rebuild.yml diff --git a/Website/cover.css b/Website/cover.css deleted file mode 100644 index 1b1c540..0000000 --- a/Website/cover.css +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Globals - */ - - -/* Custom default button */ -.btn-secondary, -.btn-secondary:hover, -.btn-secondary:focus { - color: #333; - text-shadow: none; /* Prevent inheritance from `body` */ -} - - -/* - * Base structure - */ - -body { - text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); - box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); -} - -.cover-container { - max-width: 42em; -} - - -/* - * Header - */ - -.nav-masthead .nav-link { - color: rgba(255, 255, 255, .5); - border-bottom: .25rem solid transparent; -} - -.nav-masthead .nav-link:hover, -.nav-masthead .nav-link:focus { - border-bottom-color: rgba(255, 255, 255, .25); -} - -.nav-masthead .nav-link + .nav-link { - margin-left: 1rem; -} - -.nav-masthead .active { - color: #fff; - border-bottom-color: #fff; -} diff --git a/Website/favicon.ico b/Website/favicon.ico deleted file mode 100644 index a72240a..0000000 Binary files a/Website/favicon.ico and /dev/null differ diff --git a/Website/index.html b/Website/index.html deleted file mode 100644 index 8683777..0000000 --- a/Website/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - {{manifest.displayName}} - - - - - - - - - - - - - - -
- -
-
- -
-

{{manifest.displayName}}

-

{{manifest.name}} {{manifest.version}}

-

{{manifest.description}}

-

- Download Zip -

-

- Download Unitypackage
-

-

- View Raw Listing -

-
- - -
- - - - -