Skip to content

Commit

Permalink
Ignore rjournal from examples in website (#540)
Browse files Browse the repository at this point in the history
And update README
  • Loading branch information
cderv committed Sep 4, 2023
1 parent 3cb3a3c commit 1c1cdbe
Show file tree
Hide file tree
Showing 4 changed files with 814 additions and 97 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-tinytex@v1
- uses: r-lib/actions/setup-tinytex@v2
env:
# install full prebuilt version
TINYTEX_INSTALLER: TinyTeX

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand All @@ -41,16 +42,17 @@ jobs:
- name: Install system dependencies
if: runner.os == 'Linux'
run: sudo apt-get install -y ghostscript

- name: Cache some pkgdown assets
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
vignettes/articles/resources/*.gif
vignettes/articles/resources/*.pdf
vignettes/articles/cache/*.rds
key: ${{ hashFiles('vignettes/articles/_child_examples.Rmd') }}-2-${{ github.sha }}
key: ${{ hashFiles('vignettes/articles/_child_examples.Rmd') }}-1-${{ github.sha }}
restore-keys: |
${{ hashFiles('vignettes/articles/_child_examples.Rmd') }}-2-
${{ hashFiles('vignettes/articles/_child_examples.Rmd') }}-1-
- name: Build pkgdown site
run: pkgdown::build_site(new_process = FALSE, install = FALSE)
Expand Down
Loading

0 comments on commit 1c1cdbe

Please sign in to comment.