diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e075e04..ea82d55 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: