Skip to content

Commit

Permalink
Merge pull request #2772 from mashehu/fix-api-build-request
Browse files Browse the repository at this point in the history
fix github action syntax, remove now unneeded makefile [skip changelog]
  • Loading branch information
mashehu authored Feb 19, 2024
2 parents 706de8f + 7dcdd2f commit 105270f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tools-api-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: nf-core/tools dev API docs
# Run on push and PR to test that docs build
name: generate nf-core/tools API docs
on:
push:
branches:
Expand Down Expand Up @@ -36,6 +35,6 @@ jobs:
workflow_id: 'add-tools-api-docs.yml',
ref: 'main'
inputs: {
"ref_name": ${{ inputs.ref_name || github.ref_name }}
"ref_name": "${{ inputs.ref_name || github.ref_name }}"
}
})
19 changes: 0 additions & 19 deletions docs/api/Makefile

This file was deleted.

0 comments on commit 105270f

Please sign in to comment.