Skip to content

Commit

Permalink
try checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 13, 2024
1 parent 73c7e74 commit ce99351
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/drevops-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
with:
ssh-private-key: ${{ secrets.DOCS_PUBLISH_SSH_PRIVATE_KEY }}

- name: Publish docs
run: git config --unset-all http.https://github.com/.extraheader
- uses: actions/checkout@v4
with:
repository: drevops/drevops_docs
path: /tmp/.drevops/docs

- name: Publish docs
run: |
Expand Down

0 comments on commit ce99351

Please sign in to comment.