Loading .github/workflows/doc.yml +13 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,19 @@ jobs: dot -V python -m pip install -r requirements.txt python -m pip install -r requirements-doc.txt - name: Prepare dataset uses: nick-fields/retry@v2 env: CI: 'true' HF_NARUGO_USERNAME: ${{ secrets.HF_NARUGO_USERNAME }} HF_NARUGO_PASSWORD: ${{ secrets.HF_NARUGO_PASSWORD }} with: shell: bash timeout_minutes: 20 max_attempts: 5 retry_on: any command: | make dataset - name: Generate env: ENV_PROD: 'true' Loading Loading
.github/workflows/doc.yml +13 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,19 @@ jobs: dot -V python -m pip install -r requirements.txt python -m pip install -r requirements-doc.txt - name: Prepare dataset uses: nick-fields/retry@v2 env: CI: 'true' HF_NARUGO_USERNAME: ${{ secrets.HF_NARUGO_USERNAME }} HF_NARUGO_PASSWORD: ${{ secrets.HF_NARUGO_PASSWORD }} with: shell: bash timeout_minutes: 20 max_attempts: 5 retry_on: any command: | make dataset - name: Generate env: ENV_PROD: 'true' Loading