Skip to content

Commit

Permalink
Remove examples from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKrebel committed Dec 16, 2024
1 parent eba2d5f commit 1f96b24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Build
run: npm run build

- name: Generate examples index
run: npm run generate-examples-index
# Not needed for now
# - name: Generate examples index
# run: npm run generate-examples-index

# Uncomment when code base is ready
# - name: Lint
Expand Down

0 comments on commit 1f96b24

Please sign in to comment.