Skip to content

Commit

Permalink
docs: 🔁
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jan 3, 2025
1 parent 505a453 commit 6d70b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-24.04
container: algolia/docsearch-scraper
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- run: 'sudo apt-get install -y jq'
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
- run: "cd /root && pipenv install"
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "20"
NPM_FLAGS = "--version" # uncomment if using pnpm to skip npm install

[build]
Expand Down

0 comments on commit 6d70b4b

Please sign in to comment.