Skip to content

Commit

Permalink
Merge pull request #23 from carlopi/fix_docs
Browse files Browse the repository at this point in the history
Remove extra fetch_extensions (that will fail on new extensions)
  • Loading branch information
carlopi authored Jul 2, 2024
2 parents c6ea453 + ab99177 commit c3de16d
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 c3de16d

Please sign in to comment.