Skip to content

Commit

Permalink
Merge pull request #85 from osmanhadzic/fix-docs-pipline
Browse files Browse the repository at this point in the history
Fix typo in path to GET_STARTED.md
  • Loading branch information
harlem88 authored Nov 14, 2024
2 parents 29d75bf + 057e0ed commit 792d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
id: cmp-and-copy-get-started
if: steps.check-release-branch.outputs.RESULT == 'OK'
run: |
our_get_started="./astarte-device-sdk-csharp/GET_SARTED.md"
our_get_started="./astarte-device-sdk-csharp/GET_STARTED.md"
their_get_started="./sdk-doc/source/get_started/csharp.md"
if cmp -s "$our_get_started" "$their_get_started"; then
echo "Get started are identical, no need for substitution"
Expand Down

0 comments on commit 792d7a3

Please sign in to comment.