Skip to content

Commit

Permalink
Merge pull request #446 from lzim/feature-gh-pages_test_1
Browse files Browse the repository at this point in the history
Feature gh pages test 1
  • Loading branch information
jamesmrollins authored Mar 12, 2024
2 parents 87f435b + ba97271 commit 59242c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renderbook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
pull_request:
branches: [ gh-pages ]
types: [ closed ]
branches:
types:

name: renderbook

Expand All @@ -24,7 +24,7 @@ jobs:

- name: Render Book
run: |
Rscript -e 'bookdown::render_book("https://github.com/lzim/mtl/blob/feature-gh-pages_test_1/index.Rmd", "bookdown::gitbook", output_dir="docs")'
Rscript -e 'bookdown::render_book("index.Rmd", "bookdown::gitbook", output_dir="docs")'
- uses: actions/upload-artifact@v1
with:
name: docs
Expand Down

0 comments on commit 59242c8

Please sign in to comment.