Skip to content

Commit

Permalink
DOCS: Update docs workflow to excecute build_docs.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Sep 7, 2023
1 parent b523e3d commit 15cbb28
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 @@ -24,4 +24,4 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_Key }}
script: cd /root/reinspy;
script: cd /root/reinspy; git pull; bash /root/reinspy/docs/build_docs.sh

0 comments on commit 15cbb28

Please sign in to comment.