Skip to content

Commit

Permalink
Merge pull request #216 from ESHackathon/fix_deploy
Browse files Browse the repository at this point in the history
Set GH tokens
  • Loading branch information
LukasWallrich authored Nov 9, 2024
2 parents 3df668f + 90d3b39 commit a8fbc67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/document-and-deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Deploy stable version from main
if: github.ref == 'refs/heads/main'
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
R -e "
install.packages(c('rsconnect', 'remotes'));
Expand All @@ -72,6 +74,8 @@ jobs:
rsconnect::deployApp(appName = 'CiteSource', appDir = './inst/shiny-app/CiteSource', forceUpdate = TRUE)"
- name: Create pkgdown
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
R -e "
install.packages('pkgdown');
Expand Down

0 comments on commit a8fbc67

Please sign in to comment.