Skip to content

Commit fe6f06e

Browse files
authored
Remove unnecessary output option in build step
Signed-off-by: Denis Davydkov <[email protected]>
1 parent 2ac000d commit fe6f06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
4545
- name: Build
4646
run: |
47-
pnpm vite build --base "${{ steps.pages.outputs.base_path }}" --output dist
48-
47+
pnpm vite build --base "${{ steps.pages.outputs.base_path }}"
48+
4949
- name: Upload artifact
5050
uses: actions/upload-pages-artifact@v3
5151
with:

0 commit comments

Comments
 (0)