Skip to content

Commit

Permalink
try a pkgdown build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Apr 1, 2024
1 parent 129bb2f commit e1e5f42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.github$
10 changes: 10 additions & 0 deletions .github/workflows/call-update-pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# updates exiting pkgdown site for a repository
# deploys to a branch gh-pages
name: call-update-pkgdown
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
push:
branches: add-pkgdown
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/update-pkgdown.yml@main

0 comments on commit e1e5f42

Please sign in to comment.