saku-koodari / mapline

Second version of my language map project
MIT License
0 stars 0 forks source link

Publish action #14

Open saku-koodari opened 3 years ago

saku-koodari commented 3 years ago

In the action:

name: Publish
run: dotnet publish --no-build --verbosity normal
working-directory: "src/mapline.web"

Fails, because, appearantly of the leaflet. I tried to include npm install leaflet vue2-leaflet --save in #13 , but it didn't seem to help