Skip to content

Commit

Permalink
Fix GHA indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Oct 9, 2024
1 parent e40ff55 commit 1ed9872
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
run: |
nikola build
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.RIOBU_SSH_KEY }}
known_hosts: ${{ secrets.RIOBU_KNOWN_HOSTS }}
config: |
Host wxpython-site
HostName riobu.com
User rbot.wxpython
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.RIOBU_SSH_KEY }}
known_hosts: ${{ secrets.RIOBU_KNOWN_HOSTS }}
config: |
Host wxpython-site
HostName riobu.com
User rbot.wxpython
- name: Publish website
run: |
Expand Down

0 comments on commit 1ed9872

Please sign in to comment.