Skip to content

Commit

Permalink
Set api key.
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmaninoffpk committed Nov 8, 2024
1 parent 2ce66e8 commit c741198
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
env:
CTX_API_KEY: ${{ secrets.CTX_API_KEY }}

- name: Set api key
run: ctxR::register_ctx_api_key(key = $secrets.CTX_API_KEY)

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit c741198

Please sign in to comment.