Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zuozishi authored May 17, 2022
1 parent eb63df4 commit 294b5cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ pages:
- sed -i 's/<base href="\/" \/>/<base href="\/MediaSession.Blazor\/" \/>/g' $APP_NAME/wwwroot/index.html
- touch $APP_NAME/wwwroot/.nojekyll
- dotnet publish $APP_NAME/$APP_NAME.csproj -c Release -o release
- mv ./release/wwwroot ./public
artifacts:
paths:
- release/wwwroot
- public
only:
refs:
- master
changes:
- MediaSession.Blazor/**
- MediaSession.Blazor.Sample/**
- MediaSession.Blazor.Sample/**

0 comments on commit 294b5cc

Please sign in to comment.