diff --git a/.github/workflows/deploy-content-staging.yml b/.github/workflows/deploy-content-staging.yml index 684e1fdfbb2..c7329efe682 100644 --- a/.github/workflows/deploy-content-staging.yml +++ b/.github/workflows/deploy-content-staging.yml @@ -49,9 +49,13 @@ jobs: run: mkdir -p content-staging-build/src/content-sources/oatutor/Content - name: Run content update script - run: | - cd content-staging-build/src/content-sources/oatutor/Content - python3 /home/runner/work/OATutor-Tooling/content_script/final.py online full + uses: softrams/steps-retry-action@v2 + with: + retryCount: 4 + timeBetweenRetries: 60 + command: | + cd content-staging-build/src/content-sources/oatutor/Content + python3 /home/runner/work/OATutor-Tooling/content_script/final.py online full - name: Move and prepare files run: |