Skip to content

Commit

Permalink
Re-enable CI doc builds #428
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Nov 24, 2020
1 parent 581706d commit 78a9650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docfx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
path: source
ref: release/docs
# Run a build
# - name: Build docs
# run: "& ./eng/common/build.ps1 -restore -build -projects ./docs/docfx/docfx.csproj"
# working-directory: ./source
- name: Build docs
run: "& ./eng/common/build.ps1 -restore -build -projects ./docs/docfx/docfx.csproj"
working-directory: ./source
# Check out gh-pages branch to the 'docs' subdirectory
- name: Checkout docs
uses: actions/checkout@v2
Expand Down

0 comments on commit 78a9650

Please sign in to comment.