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 cb98190 commit cae8faeCopy full SHA for cae8fae
.github/workflows/docs-publish.yml
@@ -25,14 +25,17 @@ jobs:
25
run: |
26
dotnet tool install -g docfx
27
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
28
+ - name: Directory Switch
29
+ run: cd docs
30
+
31
+ - name: look for docs
32
+ run: pwd | ls
33
34
- name: Build Documentation
- run: |
- cd docs
- docfx build docfx.json
35
+ run: docfx build docfx.json
36
37
- name: Deploy to GitHub Pages
38
uses: peaceiris/actions-gh-pages@v3
39
with:
40
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./docs/_site
41
+ publish_dir: ./docs/_site
0 commit comments