Skip to content

Commit

Permalink
Merge pull request #40 from fhdsl/cansavvy/leanpub-fix-patch
Browse files Browse the repository at this point in the history
Transfer _bookdown.yml - fix leanpub render on _Quizzes repo
  • Loading branch information
avahoffman authored Oct 6, 2022
2 parents c1c961e + 697b329 commit 0255922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/transfer-rendered-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
run: |
# Copy over images folder
svn export --force https://github.com/${GITHUB_REPOSITORY}.git/branches/${GITHUB_REF#refs/heads/}/resources/chapt_screen_images resources/chapt_screen_images
# Copy over _bookdown.yml
svn export --force https://github.com/${GITHUB_REPOSITORY}.git/branches/${GITHUB_REF#refs/heads/}/_bookdown.yml _bookdown.yml
- name: Create PR with resources files
if: ${{ steps.git_repo_check.outputs.git_results == 'TRUE' }}
Expand All @@ -96,6 +99,7 @@ jobs:
It copies over the ottrpal-needed folder (for the `bookdown_to_embed_leanpub(render = FALSE)` function
to run properly.
- resources/chapt_screen_images/*
- _bookdown.yml
labels: |
automated
reviewers: $GITHUB_ACTOR
Expand Down
2 changes: 1 addition & 1 deletion config_automation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

##### Checks run at pull request #####
# Check quiz formatting
check-quizzes: yes
check-quizzes: no
# Check that urls in the content are not broken
url-checker: yes
# Render preview of content with changes (Rmd's and md's are checked)
Expand Down

0 comments on commit 0255922

Please sign in to comment.