Skip to content

Commit

Permalink
Run kwb.pkgbuild::use_gitlab_ci_ghpages()
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Sep 9, 2019
1 parent 974460f commit e5f7361
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
##############################################################################
### Autogenerated with R package kwb.pkgbuild v0.1.1
### (installed from 'Github (kwb-r/kwb.pkgbuild@0ac3694)' source code on 2019-09-06)
### by calling the function kwb.pkgbuild::use_gitlab_ci_ghpages()
### (file created at: 2019-09-09 15:37:46)
##############################################################################


pages:
stage: deploy
script:
- mv docs public
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master

- gh-pages

0 comments on commit e5f7361

Please sign in to comment.