diff --git a/.github/labeler.yml b/.github/labeler.yml index d5eed9163e6..d5b8a70d064 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -29,4 +29,4 @@ - modules/** 'GitHub Actions': - - .github/workflows/** + - .github/workflows/** \ No newline at end of file diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index bd4df36be03..f0cdb0a4329 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -1,5 +1,6 @@ name: renderbook + on: push: branches: diff --git a/documentation/README.md b/documentation/README.md index f802adf0a73..d5172951e4a 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -1,3 +1,7 @@ This folder contains published articles describing the development and application of PEcAn as well as tutorials. The full documentation can be found in the book_source directory, and is published at https://pecanproject.github.io/pecan-documentation/ with each new release. + + + +