diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 0734cbdcc..99840308b 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -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