diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:27:05 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:27:05 -0700 |
| commit | 770335cbe4a1158d8aea21060cf4e4f06d6699b0 (patch) | |
| tree | 85004c83f39659010c3f8a011dfa5ff8594ea7a5 /.github | |
| parent | 3e02c262c7147fc6242c0ad061da0b7a7078c110 (diff) | |
fix: build output dir
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml (renamed from .github/deploy.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/deploy.yml b/.github/workflows/deploy.yml index 0a766e7..3bf7f86 100644 --- a/.github/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: docs/.vitepress/dist + path: .vitepress/dist # Deployment job deploy: |
