diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f504702..7ed0e7f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,4 +1,5 @@ name: Build and Publish Landing Page +run-name: Build and Publish Landing Page on: workflow_dispatch: @@ -33,4 +34,5 @@ jobs: port: 22 source: "dist/*" target: "/var/www/html" + strip_components: 1 rm: true \ No newline at end of file