Skip to content

Commit e57f81a

Browse files
committed
fix: deploy workflow
1 parent abd6770 commit e57f81a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/angry-waves-brake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"project": patch
3+
---
4+
5+
Fix deploy workflow

.github/workflows/static-file-host.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
pnpm astro build \
5454
--site "${{ steps.pages.outputs.origin }}" \
5555
--base "${{ steps.pages.outputs.base_path }}"
56-
working-directory: ${{ env.BUILD_PATH }}/docs
56+
working-directory: ${{ env.BUILD_PATH }}
5757

5858
- name: Upload artifact
5959
uses: actions/upload-pages-artifact@v3
6060
with:
61-
path: ${{ env.BUILD_PATH }}/docs/dist
61+
path: ${{ env.BUILD_PATH }}/dist
6262

6363
deploy:
6464
environment:

0 commit comments

Comments
 (0)