Skip to content

Commit a0d8fa7

Browse files
committed
Fix duplicate actions workflow and incorrect path
1 parent ae39c43 commit a0d8fa7

2 files changed

Lines changed: 1 addition & 35 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
BRANCH: gh-pages
33-
FOLDER: biuld/dist
33+
FOLDER: build/dist
3434
CLEAN: true

0 commit comments

Comments
 (0)