Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix GHA for filing PRs with leanbuild updates #27

Merged
merged 3 commits into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/update-leanpub.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Adapted for this jhudsl repository by Candace Savonen Aug 2021

name: Render and publish Leanpub
name: Update Leanpub Upon Merge

# Triggers the workflow AFTER changes to leanbuild have been merged
on:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get install -y --no-install-recommends subversion

# Copy over the latest leanbuild build
svn export https://github.com/${GITHUB_REPOSITORY}.git/branches/${GITHUB_HEAD_REF} leanbuild/
svn export https://github.com/${GITHUB_REPOSITORY}.git/branches/master leanbuild/

# Run leanpub rendering
- name: Run leanbuild::bookdown_to_leanpub
Expand All @@ -51,7 +51,7 @@ jobs:
body: |
### Description:
This PR has changes to this repository's files using the latest leanbuild package changes!
If they don't look right, file an issue on the leanbuild package: https://github.com/jhudsl/leanbuild/issuesand do not merge.
If they don't look right, file an issue on the leanbuild package: https://github.com/jhudsl/leanbuild/issuesand do not merge.
labels: |
automated
reviewers: $GITHUB_ACTOR
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Description: Leverages the 'bookdown' package and other tools to create courses
that can be hosted on Leanpub.
Authors@R: c(person(given = "John",family = "Muschelli",
email = "muschellij2@gmail.com",
role = c("aut", "cre"),
role = c("aut"),
comment = c(ORCID = "0000-0001-6469-1750")),
person(given = "Candace",family = "Savonen",
email = "cansav09@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6331-7070")),
person(given = "Carrie",family = "Wright",
person(given = "Carrie", family = "Wright",
email = "cwrigh60@jhu.edu",
role = c("ctb"))
)
Expand Down Expand Up @@ -52,6 +52,6 @@ Remotes:
ByteCompile: true
Type: Package
VignetteBuilder: knitr
URL: https://github.com/muschellij2/didactr
BugReports: https://github.com/muschellij2/didactr/issues
URL: https://github.com/jhudsl/leanbuild
BugReports: https://github.comjhudsl/leanbuild/issues
RoxygenNote: 7.1.1