Skip to content

Commit caaefe2

Browse files
authored
docs: fixing docfx path (#83)
* adding api docs project structure * fix path for source projects * updated github actions to publish api docs * adding docfx configuration to github actions * fix docfx installation script * fix docfx location * persisting docfx in PATH
1 parent fa45eb0 commit caaefe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
curl -LJO https://github.com/dotnet/docfx/releases/download/v2.56.7/docfx.zip
3434
unzip docfx.zip -d /home/runner/work/aws-lambda-powertools-dotnet/aws-lambda-powertools-dotnet/docfx && rm docfx.zip
35-
export PATH="/home/runner/work/aws-lambda-powertools-dotnet/aws-lambda-powertools-dotnet/docfx:$PATH"
35+
echo "/home/runner/work/aws-lambda-powertools-dotnet/aws-lambda-powertools-dotnet/docfx" >> $GITHUB_PATH
3636
- name: Build api docs
3737
run: |
3838
cd apidocs

0 commit comments

Comments
 (0)