We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae8fae commit 669c223Copy full SHA for 669c223
.github/workflows/docs-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
dotnet tool install -g docfx
27
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
28
- name: Directory Switch
29
- run: cd docs
+ run: cd ${{ github.workspace }}/docs
30
31
- name: look for docs
32
run: pwd | ls
0 commit comments