Skip to content

Commit

Permalink
Try fix job.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Nov 20, 2024
1 parent b4f9abf commit 12145d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
^pkgdown
^project_metadata.yaml
^\.github$
^_pkgdown\.yml$
^docs$
^pkgdown$
8 changes: 4 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
needs: website
- name: Install R dependencies
run: |
Rscript -e 'install.packages(c("pkdown"))'
Rscript -e 'remotes::install_github("r-world-devs/GitAI")'
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down
5 changes: 5 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: GitAI
url: https://r-world-devs.github.io/GitAI/
template:
bootstrap: 5

0 comments on commit 12145d2

Please sign in to comment.