Skip to content

Commit

Permalink
Test Deploy (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle authored Feb 15, 2024
1 parent dfc4743 commit 05c3c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: develop
- name: Setup ssh
run: |
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
Expand Down

0 comments on commit 05c3c44

Please sign in to comment.