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 dce4366 commit 519590cCopy full SHA for 519590c
.github/workflows/build-docs.yaml
@@ -5,9 +5,6 @@ on:
5
branches:
6
- master
7
- feature/docs
8
- pull_request:
9
- branches:
10
- - master
11
12
jobs:
13
run-docfx:
@@ -55,7 +52,6 @@ jobs:
55
52
- name: Docfx build
56
53
run: dotnet docfx build docs/docfx.json
57
54
- name: Publish to GitHub Pages
58
- if: ${{ github.event_name != 'pull_request' }}
59
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
60
with:
61
github_token: ${{ secrets.GITHUB_TOKEN }}
docs/docfx.json
@@ -6,6 +6,10 @@
"files": [
"UniTask/Library/ScriptAssemblies/UniTask*.dll"
],
+ "exclude": [
+ "UniTask/Library/ScriptAssemblies/UniTask.Tests.dll",
+ "UniTask/Library/ScriptAssemblies/UniTask.Tests.Editor.dll"
+ ],
"src": "../src"
14
}
15
0 commit comments