From b7309c21937f303df330b47c25ea2edd7a18aed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Balc=C4=B1?= Date: Fri, 31 Jan 2020 22:55:11 +0300 Subject: [PATCH] Delete r-lib-actions-Pkgdown.yml --- .github/workflows/r-lib-actions-Pkgdown.yml | 24 --------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/r-lib-actions-Pkgdown.yml diff --git a/.github/workflows/r-lib-actions-Pkgdown.yml b/.github/workflows/r-lib-actions-Pkgdown.yml deleted file mode 100644 index 77e8de69..00000000 --- a/.github/workflows/r-lib-actions-Pkgdown.yml +++ /dev/null @@ -1,24 +0,0 @@ -on: - push: - branches: master - -name: Pkgdown - -jobs: - pkgdown: - runs-on: macOS-latest - steps: - - uses: actions/checkout@master - - uses: r-lib/actions/setup-r@master - - uses: r-lib/actions/setup-pandoc@master - - name: Install dependencies - run: | - Rscript -e 'install.packages("remotes")' \ - -e 'remotes::install_deps(dependencies = TRUE)' \ - -e 'remotes::install_github("jimhester/pkgdown@github-actions-deploy")' - - name: Install package - 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') - shell: Rscript {0}