Skip to content

Commit e6a329a

Browse files
Fix path
1 parent ca8a161 commit e6a329a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
cache: 'npm'
3838
- name: Install dependencies
3939
run: npm install
40-
- name: Build Search
40+
- name: Build search index
4141
run: npm run build:search
42-
- name: Build Site
42+
- name: Build site
4343
run: npm run build
4444
- name: Deploy
4545
uses: peaceiris/actions-gh-pages@v3
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
48-
publish_dir: './dist'
48+
publish_dir: ./dist

0 commit comments

Comments
 (0)