Skip to content

Commit

Permalink
ci(docfx): Added checkout step for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dh committed Jul 28, 2020
1 parent 146c07a commit 9b8f8a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
needs: build
runs-on: ubuntu-latest # Required by 'JamesIves/github-pages-deploy-action'
steps:
- name: Checkout
uses: actions/[email protected] # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false

# Download the generated documentation
- name: Download site artifact
uses: actions/download-artifact@v1
Expand Down

0 comments on commit 9b8f8a9

Please sign in to comment.