Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-30 17:15:56 +00:00
parent 67be634f0a
commit f4c95145c0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pages:
script:
- mkdir public
- dotnet publish -c Release -o build
- cp -a ./build/WebHax/dist/* ./public
- cp -a ./build/wwwroot/* ./public
artifacts:
paths:
- public