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 e51e2a2 commit 282eaceCopy full SHA for 282eace
.github/workflows/pkgdown.yaml
@@ -23,7 +23,7 @@ jobs:
23
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
24
env:
25
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
26
- DELPHI_EPIDATA_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
+ DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
27
steps:
28
- uses: actions/checkout@v3
29
@@ -39,8 +39,6 @@ jobs:
39
needs: website
40
41
- name: Build site
42
- env:
43
- DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
44
run: |
45
if (startsWith("${{ github.event_name }}", "pull_request")) {
46
mode_ref <- ifelse("${{ github.base_ref }}" == "main", "release", "devel")
0 commit comments