From 2a02b514bab7a5e8760b385da6a0bd02b9735486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Balc=C4=B1?= Date: Fri, 31 Jan 2020 22:47:25 +0300 Subject: [PATCH] Update r-lib-actions-Pkgdown.yml --- .github/workflows/r-lib-actions-Pkgdown.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/r-lib-actions-Pkgdown.yml b/.github/workflows/r-lib-actions-Pkgdown.yml index 622fc350..77e8de69 100644 --- a/.github/workflows/r-lib-actions-Pkgdown.yml +++ b/.github/workflows/r-lib-actions-Pkgdown.yml @@ -1,5 +1,3 @@ -uses: peaceiris/actions-gh-pages@v2.10.1 - on: push: branches: master @@ -22,6 +20,5 @@ jobs: run: R CMD INSTALL . - name: Deploy package run: | - pkgdown:::deploy_local(new_process = FALSE, remote_url = 'https://x-access-token:${{secrets.DEPLOY_PAT}}@github.com/${{github.repository}}.git') + pkgdown:::deploy_local(new_process = FALSE, remote_url = 'https://x-access-token:${{secrets.DEPLOY_PAT}}@github.com/${{github.repository}}.git') shell: Rscript {0} -