From 378092cc14f84d850c15e297735ce4ac35e5f052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sat, 27 Jan 2024 20:07:26 +0100 Subject: [PATCH] Update JamesIves/github-pages-deploy-action version in examples So it uses node 20. --- examples/README.md | 6 +++--- examples/blogdown.yaml | 2 +- examples/bookdown.yaml | 2 +- examples/pkgdown.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/README.md b/examples/README.md index 1a6352c3c..29314a1d0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -548,7 +548,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: clean: false branch: gh-pages @@ -750,7 +750,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: _book @@ -811,7 +811,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: public diff --git a/examples/blogdown.yaml b/examples/blogdown.yaml index f35728bb5..99c1a8f48 100644 --- a/examples/blogdown.yaml +++ b/examples/blogdown.yaml @@ -38,7 +38,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: public diff --git a/examples/bookdown.yaml b/examples/bookdown.yaml index fc45a3a9e..17c5de955 100644 --- a/examples/bookdown.yaml +++ b/examples/bookdown.yaml @@ -41,7 +41,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: _book diff --git a/examples/pkgdown.yaml b/examples/pkgdown.yaml index 57aba3979..a7276e855 100644 --- a/examples/pkgdown.yaml +++ b/examples/pkgdown.yaml @@ -41,7 +41,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: clean: false branch: gh-pages