Skip to content

Commit 721b91c

Browse files
authored
ci: fix website deployment (#1130)
1 parent 1aaf440 commit 721b91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/website-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: yarn
2121
working-directory: ./packages/website
2222
- name: Setup git user
23-
run: setup-ci-git-user.sh
23+
run: ./setup-ci-git-user.sh
2424
working-directory: ./.github/scripts
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)