Skip to content

Commit bb9e70e

Browse files
committed
give a name to the second run
1 parent 643b246 commit bb9e70e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: dotnet publish Ellabit/Ellabit.csproj -p:GHPages=true -o:public -c:Release
2626

2727

28+
- name: Second Publish
2829
# Second publish (embed json with correct framework files hashes)
2930
# Don't missing to add "p:GHPages=true". 👇
3031
run: dotnet publish Ellabit/Ellabit.csproj -p:GHPages=true -o:public -c:Release

0 commit comments

Comments
 (0)