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 5b6411f commit 9c6d653Copy full SHA for 9c6d653
.github/workflows/gh-pages.yml
@@ -23,19 +23,19 @@ jobs:
23
- name: Build
24
run: dotnet build --configuration Release --no-restore
25
- name: Upload Artifacts
26
- uses: actions/upload-artifact@v2
27
- with:
28
- name: docfx
29
- path: DocFx.AspNetCore.ServerSentEvents/wwwroot
30
- retention-days: 1
+ uses: actions/upload-artifact@v2
+ with:
+ name: docfx
+ path: DocFx.AspNetCore.ServerSentEvents/wwwroot
+ retention-days: 1
31
publish:
32
needs: [build]
33
runs-on: ubuntu-latest
34
steps:
35
- name: Download Artifacts
36
- uses: actions/download-artifact@v2
37
38
+ uses: actions/download-artifact@v2
39
- name: Publish
40
uses: JamesIves/[email protected]
41
with:
0 commit comments