diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-14 10:52:01 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-14 10:52:01 -0700 |
| commit | 4f99dfff2d01cf4fc36c79652ce4b46d04dc87e1 (patch) | |
| tree | 02d4b3a68c78bcdba9853d425f5efb4897e3e898 /.github | |
| parent | 00deaf24ef1c9e5d75b65638eb8c7c6bc8f09955 (diff) | |
fix: add sound_voltex as another match for sdvx id
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9523a23..043be16 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,9 @@ jobs: working-directory: site - name: Build - run: pnpm run build + run: | + pnpm run build + cp site/dist/index.html site/dist/404.html working-directory: site - name: Setup Pages |
