Skip to content

Commit 1c23d5b

Browse files
authored
Merge pull request #11 from ISCAM4/master
Update branch
2 parents 1d789b4 + 881feee commit 1c23d5b

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ jobs:
6363
shell: Rscript {0}
6464

6565
- name: Deploy site
66+
if: github.event_name != 'pull_request'
6667
run: |
6768
git config --global user.name "${{ github.actor }}"
6869
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
6970
git add docs
7071
git commit -m "Build and deploy pkgdown site [ci skip]" || exit 0
71-
git push
72+
git push origin HEAD:${{ github.ref_name }}

docs/ISCAM.RData

385 KB
Binary file not shown.

docs/deps/bootstrap-5.3.1/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandoc: 3.1.11
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2026-01-15T22:20Z
5+
last_built: 2026-02-08T04:31Z
66
urls:
77
reference: https://iscam4.github.io/ISCAM/reference
88
article: https://iscam4.github.io/ISCAM/articles

0 commit comments

Comments
 (0)