Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix compact wiki GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 49928d2 commit bd213c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: mkdocs build
deploy:
runs-on: ubuntu-latest
needs: [ build,setup-ssh ]
needs: [ build ]
steps:
- name: Deploy to server
run: scp -o StrictHostKeyChecking=no -i ${{ secrets.SSH_PRIVATE_KEY }} -r site/ [email protected]:/unicacityaddon_wiki
Expand Down

0 comments on commit bd213c7

Please sign in to comment.