Skip to content

Commit

Permalink
Modified the deploy job
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Santamaria <gaby.santamaria@outlook.fr>
  • Loading branch information
gabyfle committed May 8, 2024
1 parent 4df7a68 commit 6851fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
- uses: actions/checkout@v4

- name: Download playground.bc.js
uses: actions/upload-artifact@v4
uses: actions/download-artifact@v4
with:
name: playground
path: doc/assets/playground.bc.js
path: doc/assets

- name: Deploy to VPS Server
uses: easingthemes/ssh-deploy@main
Expand Down

0 comments on commit 6851fff

Please sign in to comment.