Skip to content

Commit 8f39a30

Browse files
authored
Merge pull request #3512 from infotroph/pkgdown-tweaks
Pkgdown tweaks
2 parents 80e1b7a + 6e313c7 commit 8f39a30

File tree

91 files changed

+138
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+138
-9
lines changed

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
cd package-documentation
6565
mkdir -p $VERSION
66-
rsync -a --delete pkgdocs/ ${VERSION}/
66+
rsync -a --delete ../_pkgdown_docs/ ${VERSION}/
6767
git add --all *
6868
git commit -m "Build pkgdown docs from pecan revision ${GITHUB_SHA}" || true
6969
git push -q origin main

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cache
2626
*.so
2727
*.Rproj*
2828
book_source/**/*.html
29+
_pkgdown_docs/
2930
# files generated by fia2ed script
3031
modules/data.land/contrib/FIA/data/*.log
3132
modules/data.land/contrib/FIA/data/*.ZIP

base/all/.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
^data-raw$
1+
^data-raw$
2+
^docs$

base/all/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/

base/db/.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
try\.sqlite
4+
^docs$

base/db/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
try.sqlite
22
inst/import-try/data-proc
3+
docs/

base/logger/.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
cran-comments.md
2+
^docs$

base/logger/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/

base/qaqc/.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3+
^docs$

base/qaqc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/

0 commit comments

Comments
 (0)