Skip to content

Commit

Permalink
Remove extra fetch_extensions (that will fail on new extensions)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jul 2, 2024
1 parent c6ea453 commit ab99177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
NAME: ${{ inputs.extension_name }}
run: |
./duckdb -c "SET extension_directory = 'build/extension_dir'; FORCE INSTALL 'build/downloaded/$NAME.duckdb_extension';"
./scripts/fetch_extensions.sh ./duckdb
- name: Generate docs
run: |
Expand Down

0 comments on commit ab99177

Please sign in to comment.