Skip to content

Commit

Permalink
replace update-docs with doc and style workflow (#3)
Browse files Browse the repository at this point in the history
Replace update-docs with doc and style workflow

update-docs only will soon be deprecated by
nmfs-fish-tools/ghactions4r#131
Allow workflow on main branch
  • Loading branch information
k-doering-NOAA authored Jul 16, 2024
1 parent 34bd6c2 commit 57a08c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/call-doc-and-style-r.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# document and style R code using a reusable workflow
name: call-doc-and-style-r
# 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: [main]
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/doc-and-style-r.yml@main

11 changes: 0 additions & 11 deletions .github/workflows/call-update-docs.yml

This file was deleted.

0 comments on commit 57a08c7

Please sign in to comment.