Skip to content

Commit

Permalink
Setting up GitHub Pages publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Nov 9, 2021
1 parent 9c6d653 commit d07fc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
uses: actions/download-artifact@v2
with:
name: docfx
path: DocFx.AspNetCore.ServerSentEvents/wwwroot
- name: Publish
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docfx
folder: DocFx.AspNetCore.ServerSentEvents/wwwroot

0 comments on commit d07fc18

Please sign in to comment.