Skip to content

Commit 9c6d653

Browse files
committed
Setting up GitHub Pages publish workflow
1 parent 5b6411f commit 9c6d653

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/gh-pages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ jobs:
2323
- name: Build
2424
run: dotnet build --configuration Release --no-restore
2525
- name: Upload Artifacts
26-
uses: actions/upload-artifact@v2
27-
with:
28-
name: docfx
29-
path: DocFx.AspNetCore.ServerSentEvents/wwwroot
30-
retention-days: 1
26+
uses: actions/upload-artifact@v2
27+
with:
28+
name: docfx
29+
path: DocFx.AspNetCore.ServerSentEvents/wwwroot
30+
retention-days: 1
3131
publish:
3232
needs: [build]
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Download Artifacts
36-
uses: actions/download-artifact@v2
37-
with:
38-
name: docfx
36+
uses: actions/download-artifact@v2
37+
with:
38+
name: docfx
3939
- name: Publish
4040
uses: JamesIves/[email protected]
4141
with:

0 commit comments

Comments
 (0)