Skip to content

Commit

Permalink
switch ssh-deploy action to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtepkeev committed Mar 2, 2024
1 parent 99aced2 commit b15b586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cd docs
sphinx-build -b html -n -W --keep-going -j auto . _build
- name: Upload docs
uses: easingthemes/ssh-deploy@v5
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.DOCS_KEY }}
ARGS: '-rzvc'
Expand Down

0 comments on commit b15b586

Please sign in to comment.