Skip to content

Commit

Permalink
Fixup generate_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jun 30, 2024
1 parent f6cd206 commit 3065581
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:

jobs:
docs:
needs:
- deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +29,7 @@ jobs:
- uses: actions/download-artifact@v3
if: ${{ inputs.extension_name != '' }}
with:
name: ${{ inputs.extension_name }}-1.0.0-extension-linux_arm64
name: ${{ inputs.extension_name }}-v1.0.0-extension-linux_amd64_gcc4
path: build/downloaded

- name: Install downloaded extension
Expand Down

0 comments on commit 3065581

Please sign in to comment.