Skip to content

Commit

Permalink
Merge pull request #3051 from mashehu/fix-api-docs-destination
Browse files Browse the repository at this point in the history
update output_dir for api docs to new website structure
  • Loading branch information
mashehu authored Jul 5, 2024
2 parents e71a764 + ade71b7 commit b3cacfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- Create app: display input textbox with equally spaced grid ([#3038](https://github.com/nf-core/tools/pull/3038))
- Update python:3.12-slim Docker digest to da2d7af ([#3041](https://github.com/nf-core/tools/pull/3041))
- Update gitpod/workspace-base Docker digest to 0f38224 ([#3048](https://github.com/nf-core/tools/pull/3048))
- update output_dir for api docs to new website structure ([#3051](https://github.com/nf-core/tools/pull/3051))

## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09]

Expand Down
2 changes: 1 addition & 1 deletion docs/api/generate-api-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ done

# Set the output directory if not set
if [[ -z "$output_dir" ]]; then
output_dir="../src/content/api_reference"
output_dir="../sites/docs/src/content/api_reference"
fi

# if no release is specified, use all releases
Expand Down

0 comments on commit b3cacfc

Please sign in to comment.