diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 2e34c572..0714729f 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -32,6 +32,7 @@ jobs: - name: Seed hackbot documentation run: npm run hackbot:seed + continue-on-error: true env: MONGODB_URI: ${{ secrets.MONGODB_URI }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 7d487cea..2da3a829 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -34,6 +34,7 @@ jobs: - name: Seed hackbot documentation run: npm run hackbot:seed + continue-on-error: true env: MONGODB_URI: ${{ secrets.MONGODB_URI }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}