Skip to content

Commit

Permalink
fixed path 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent 40c915e commit 4b1830a
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 @@ -15,8 +15,8 @@ jobs:
DICOS: "~/dicos"
PUBLIC: "~/motsflex-save/public"
SERVER: "~/motsflex-save/server.js"
ASSETS: "$PUBLIC/assets"
INDEX_HTML: "$PUBLIC/index.html"
ASSETS: "${{ env.PUBLIC }}/assets"
INDEX_HTML: "${{ env.PUBLIC }}/index.html"

# if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
steps:
Expand Down

0 comments on commit 4b1830a

Please sign in to comment.