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.
2 parents 537a291 + 68aaf2b commit 6873651Copy full SHA for 6873651
.github/workflows/deploy_docu.yml
@@ -76,7 +76,7 @@ jobs:
76
run: Rscript -e 'pkgdown::build_site(new_process = FALSE)'
77
78
- name: Deploy to dev
79
- if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
80
uses: JamesIves/github-pages-deploy-action@3.7.1
81
with:
82
REPOSITORY_NAME: DoubleML/doubleml.github.io
0 commit comments