Skip to content

Commit

Permalink
just co
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannikolaidis committed Apr 18, 2024
1 parent f1a7dc7 commit 0fd8084
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ name: Generate Snippets
- '*'
workflow_dispatch: null
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
generate-snippets:
runs-on: ubuntu-latest
needs: setup
steps:
- uses: actions/checkout@v2
- name: Generate Snippets
run: |
./scripts/make_mdx.sh snippets/destination_connectors snippets/source_connectors
Expand Down

0 comments on commit 0fd8084

Please sign in to comment.