Skip to content

Commit

Permalink
Merge pull request #118 from hughrun/deploy
Browse files Browse the repository at this point in the history
fix 'uses' hopefully
  • Loading branch information
hughrun authored Nov 21, 2023
2 parents 0d47e3a + da867b6 commit 0651276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Check out code
- uses: actions/checkout@v2
uses: actions/checkout@v2

- name: Set up Python 3.9
uses: actions/setup-python@v2
Expand All @@ -39,7 +39,7 @@ jobs:
steps:

- name: Checkout code
- uses: actions/checkout@v2
uses: actions/checkout@v2

- name: Deploy to server
id: deploy
Expand Down

0 comments on commit 0651276

Please sign in to comment.