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 82d283a commit 0155ca4Copy full SHA for 0155ca4
.github/workflows/test.yml
@@ -0,0 +1,31 @@
1
+name: Test
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ docfx:
7
+ name: 'Generate API Documentation'
8
+ runs-on: 'ubuntu-latest'
9
+ steps:
10
+ - name: 'Checkout'
11
+ uses: 'actions/checkout@v4'
12
13
+ - name: 'DocFx Build'
14
+ working-directory: docfx
15
+ run: |-
16
+ mkdir test
17
+ ls -la
18
+ cd ../..
19
+ mkdir test2
20
21
22
23
24
+ with:
25
+ ref: docfx
26
27
+ - working-directory: docfx
28
29
30
31
0 commit comments