We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8a161 commit e6a329aCopy full SHA for e6a329a
.github/workflows/deploy.yml
@@ -37,12 +37,12 @@ jobs:
37
cache: 'npm'
38
- name: Install dependencies
39
run: npm install
40
- - name: Build Search
+ - name: Build search index
41
run: npm run build:search
42
- - name: Build Site
+ - name: Build site
43
run: npm run build
44
- name: Deploy
45
uses: peaceiris/actions-gh-pages@v3
46
with:
47
github_token: ${{ secrets.GITHUB_TOKEN }}
48
- publish_dir: './dist'
+ publish_dir: ./dist
0 commit comments