Skip to content

Commit

Permalink
Update r-lib-actions-Pkgdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci authored Jan 31, 2020
1 parent cbd480c commit 2a02b51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/r-lib-actions-Pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
uses: peaceiris/[email protected]

on:
push:
branches: master
Expand All @@ -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}

0 comments on commit 2a02b51

Please sign in to comment.