Skip to content

Commit

Permalink
Merge 64f6b5e into d6a6882
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored May 24, 2023
2 parents d6a6882 + 64f6b5e commit 706a2ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ jobs:

- name: Login as jhudsl-robot
run: |
git config --local user.email "itcrtrainingnetwork@gmail.com"
git config --local user.name "jhudsl-robot"
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "itcrtrainingnetwork@gmail.com"
git config --global user.name "jhudsl-robot"
# Create screenshots
- name: Run the screenshot creation
Expand Down Expand Up @@ -186,8 +187,7 @@ jobs:
git add --force resources/*
git add --force docs/*
git commit -m 'Render Leanpub' || echo "No changes to commit"
git pull --allow-unrelated-histories --strategy-option=ours
git push origin main || echo "No changes to push"
git push --force --set-upstream origin main || echo "No changes to push"
render-coursera:
name: Finish Coursera prep
Expand All @@ -206,8 +206,9 @@ jobs:

- name: Login as jhudsl-robot
run: |
git config --local user.email "itcrtrainingnetwork@gmail.com"
git config --local user.name "jhudsl-robot"
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "itcrtrainingnetwork@gmail.com"
git config --global user.name "jhudsl-robot"
# Run Coursera version
- name: Convert Leanpub quizzes to Coursera
Expand All @@ -225,5 +226,4 @@ jobs:
git add --force resources/*
git add --force docs/*
git commit -m 'Render Coursera quizzes' || echo "No changes to commit"
git pull --allow-unrelated-histories --strategy-option=ours
git push origin main || echo "No changes to push"
git push --force --set-upstream origin main || echo "No changes to push"
7 changes: 7 additions & 0 deletions manuscript/2-old-version-chapter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 2 A new chapter

{type: iframe, title:2 A new chapter, width:800, height:600, poster:resources/chapt_screen_images/a-new-chapter.png}
![](https://jhudatascience.org/OTTR_Template/no_toc/a-new-chapter.html)



0 comments on commit 706a2ba

Please sign in to comment.