Skip to content

Commit

Permalink
pkgdown::build_site()
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcornell committed Apr 8, 2024
1 parent b46c11c commit abd312a
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ library(zoltr)
zoltar_connection <- new_connection()
zoltar_authenticate(zoltar_connection, Sys.getenv("Z_USERNAME"), Sys.getenv("Z_PASSWORD"))
zoltar_connection
#> ZoltarConnection 'https://zoltardata.com' authenticated (exp=2024-04-08 12:58:55 UTC)
#> ZoltarConnection 'https://zoltardata.com' authenticated (exp=2024-04-08 13:29:49 UTC)

the_projects <- projects(zoltar_connection)
project_url <- the_projects[the_projects$name == "Docs Example Project", "url"]
Expand Down
50 changes: 25 additions & 25 deletions docs/articles/getting-started.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abd312a

Please sign in to comment.