Skip to content

Commit 6873651

Browse files
committed
Merge remote-tracking branch 'origin/p-add-vignette' into p-add-vignette
2 parents 537a291 + 68aaf2b commit 6873651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: Rscript -e 'pkgdown::build_site(new_process = FALSE)'
7777

7878
- name: Deploy to dev
79-
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
79+
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
8080
uses: JamesIves/github-pages-deploy-action@3.7.1
8181
with:
8282
REPOSITORY_NAME: DoubleML/doubleml.github.io

0 commit comments

Comments
 (0)