Skip to content

Commit

Permalink
demo, singular
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed Sep 4, 2024
1 parent f7b59d9 commit ce07c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emscripten-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Set up Python (required for Emscripten)
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload files to server
run: |
ssh-keyscan -H ${{ secrets.REMOTE_SERVER_ADDR }} >> ~/.ssh/known_hosts
scp -P ${{ secrets.REMOTE_SERVER_PORT }} -r demos ${{ secrets.REMOTE_SERVER_USER }}@${{ secrets.REMOTE_SERVER_ADDR }}:${{ secrets.REMOTE_SERVER_DIRECTORY }}/
scp -P ${{ secrets.REMOTE_SERVER_PORT }} -r demo ${{ secrets.REMOTE_SERVER_USER }}@${{ secrets.REMOTE_SERVER_ADDR }}:${{ secrets.REMOTE_SERVER_DIRECTORY }}/
Expand Down

0 comments on commit ce07c75

Please sign in to comment.