We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7235e08 commit 738f5e6Copy full SHA for 738f5e6
.github/workflows/pkgdown.yaml
@@ -1,6 +1,10 @@
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
on:
4
+ push:
5
+ branches: [main, master]
6
+ pull_request:
7
8
release:
9
types: [published]
10
workflow_dispatch:
@@ -65,6 +69,7 @@ jobs:
65
69
shell: Rscript {0}
66
70
67
71
- name: Deploy to GitHub pages 🚀
72
+ if: github.event_name != 'pull_request'
68
73
uses: JamesIves/[email protected]
74
with:
75
clean: false
_pkgdown.yml
@@ -3,6 +3,8 @@ destination: docs
template:
params:
bootswatch: cosmo
+development:
+ mode: auto
navbar:
title: loo
left:
0 commit comments