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

Commit

Permalink
Testing command execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 88de99d commit 50a3326
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 @@ -46,7 +46,7 @@ jobs:
username: ssh
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: exit
script: powershell -InputFormat None -F '"C:\Users\ssh\Desktop\update_unicacityaddon_wiki.ps1"'
- name: Deploy to server
run: scp -r site/ [email protected]:/unicacityaddon_wiki
- name: Execute update script
Expand Down

0 comments on commit 50a3326

Please sign in to comment.