From 98d8e6ced84fdac691f02490557f4e1ce8603870 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 20:20:45 +0530 Subject: [PATCH 1/6] Update book.yml --- .github/workflows/book.yml | 1 + 1 file changed, 1 insertion(+) 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: From ce73ee1d34bbf50752423f8db0aedc2fd2332191 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 20:22:13 +0530 Subject: [PATCH 2/6] Update prlabeler.yml --- .github/workflows/prlabeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prlabeler.yml b/.github/workflows/prlabeler.yml index 742f601db0d..85627698218 100644 --- a/.github/workflows/prlabeler.yml +++ b/.github/workflows/prlabeler.yml @@ -19,4 +19,6 @@ jobs: - uses: actions/checkout@v3 with: set-safe-directory: false - - uses: actions/labeler@v4 \ No newline at end of file + - uses: actions/labeler@v4 + with: + dot: true From b74fa30a8d0b3c89fe84db5b8057ee5161ddcb85 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 20:24:59 +0530 Subject: [PATCH 3/6] Update README.md --- documentation/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/README.md b/documentation/README.md index f802adf0a73..d81b4aefb06 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -1,3 +1,4 @@ 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. + From 875f2a4e2c22a8893f751b443a4229a15aacffd5 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 20:27:07 +0530 Subject: [PATCH 4/6] Update prlabeler.yml --- .github/workflows/prlabeler.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/prlabeler.yml b/.github/workflows/prlabeler.yml index 85627698218..d1649812f1a 100644 --- a/.github/workflows/prlabeler.yml +++ b/.github/workflows/prlabeler.yml @@ -20,5 +20,3 @@ jobs: with: set-safe-directory: false - uses: actions/labeler@v4 - with: - dot: true From badda57978e2b5f205de533fc6d42faf40a36a3c Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 10:00:13 -0500 Subject: [PATCH 5/6] Test commit --- .github/labeler.yml | 2 +- .github/workflows/prlabeler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/prlabeler.yml b/.github/workflows/prlabeler.yml index d1649812f1a..742f601db0d 100644 --- a/.github/workflows/prlabeler.yml +++ b/.github/workflows/prlabeler.yml @@ -19,4 +19,4 @@ jobs: - uses: actions/checkout@v3 with: set-safe-directory: false - - uses: actions/labeler@v4 + - uses: actions/labeler@v4 \ No newline at end of file From 9dc1cf6ca13a795f9972e8600e24965e9fa58ca9 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 20:31:02 +0530 Subject: [PATCH 6/6] Update README.md --- documentation/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/README.md b/documentation/README.md index d81b4aefb06..d5172951e4a 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -2,3 +2,6 @@ This folder contains published articles describing the development and applicati 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. + + +