Skip to content

Commit 9b8f8a9

Browse files
committed
ci(docfx): Added checkout step for deployment
1 parent 146c07a commit 9b8f8a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docdeploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
needs: build
3434
runs-on: ubuntu-latest # Required by 'JamesIves/github-pages-deploy-action'
3535
steps:
36+
- name: Checkout
37+
uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
38+
with:
39+
persist-credentials: false
40+
3641
# Download the generated documentation
3742
- name: Download site artifact
3843
uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)