Skip to content

Commit

Permalink
chore: fix basepath (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: danthorpe <danthorpe@users.noreply.github.com>
  • Loading branch information
danthorpe and danthorpe authored Apr 20, 2024
1 parent 5a37d42 commit 7e26371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git checkout "$tag";
if [ -f ".github/workflows/docs.yml" ]
then
make docs tag="$tag" output=docs-out basepath=composable-loadable target=ComposableLoadable
make docs tag="$tag" output=docs-out basepath=swift-composable-loadable target=ComposableLoadable
fi;
fi;
done
Expand Down

0 comments on commit 7e26371

Please sign in to comment.