Skip to content

Commit

Permalink
build and copy build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 10, 2020
1 parent b761dcd commit b8c3d07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,16 @@ jobs:
name: ${{ runner.os }}-results
path: r_package/check

- name: Build Package
run: yarn build:r
- run: cp README.md r_package/
- name: Build Website
run: devtools::build_site('r_package')
shell: Rscript {0}
run: yarn docs:r

- run: |
mkdir -p public/integrations/r
mv r_package/docs/* public/integrations/r/
mv upsetjs.tar.gz public/integration/r/
- name: Deploy Master
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
Expand Down

0 comments on commit b8c3d07

Please sign in to comment.