Skip to content

Commit e6a0cc2

Browse files
committed
updated workflow file
1 parent 37cbc07 commit e6a0cc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azure-static-web-apps-victorious-sea-0e7978f03.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
choco install docfx -y
2323
env:
2424
CI: true
25-
- name: build documentation
25+
- name: build metadata
2626
run: |
2727
docfx metadata
28+
- name: build documentation
29+
run: |
2830
docfx build -t default,templates/slc_template
2931
- name: publish results
3032
uses: actions/upload-artifact@v2.2.4

0 commit comments

Comments
 (0)