Skip to content

Commit

Permalink
Update deploy-content-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyabhandari0220 authored Oct 3, 2024
1 parent 70dd39b commit 501e192
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-content-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 501e192

Please sign in to comment.