Skip to content

Commit

Permalink
prefers project relative path to ./
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Sep 24, 2024
1 parent 46de2cb commit 1af13a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_guides/bump-sh-tutorials/testing-with-microcks.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ If they're not accurate, then either the OpenAPI is wrong, or the API is wrong,

## Automate Testing

Below is the standard GitHub Action used to deploy API changes to Bump.sh with one modification to also deploy changes to a Microcks server (which we assume was set up following instructions for [mocking with Microcks](./mocking-with-microcks.md)).
Below is the standard GitHub Action used to deploy API changes to Bump.sh with one modification to also deploy changes to a Microcks server (which we assume was set up following instructions for [mocking with Microcks](src/_guides/bump-sh-tutorials/mocking-with-microcks.md)).

```yaml
# .github/workflows/deploy-docs.yml
Expand Down

0 comments on commit 1af13a1

Please sign in to comment.