Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c09x314 authored Aug 30, 2024
1 parent 6331dff commit 6ae6e70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
algolia_index_name: "shuosc_index_with_prefix"
algolia_index_admin_key: ${{ secrets.ALGOLIA_APIKEY }}
algolia_index_id: "WDJUT0BGDL"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install algoliasearch

# Deployment job
deploy:
Expand All @@ -74,4 +78,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 6ae6e70

Please sign in to comment.