File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ jobs:
131131 with :
132132 name : dist-itowns
133133
134- - name : Run functional tests
135- run : npm run test-functional
134+ # - name: Run functional tests
135+ # run: npm run test-functional
136136
137137
138138 # Publish NPM package
@@ -231,7 +231,7 @@ jobs:
231231 uses : peaceiris/actions-gh-pages@v3
232232 with :
233233 deploy_key : ${{ secrets.ACTIONS_DEPLOY_KEY }}
234- external_repository : iTowns /itowns.github.io
234+ external_repository : mgermerie /itowns.github.io
235235 publish_dir : ./itowns
236236 destination_dir : ./itowns
237237 publish_branch : master
@@ -246,7 +246,7 @@ jobs:
246246 uses : peaceiris/actions-gh-pages@v3
247247 with :
248248 deploy_key : ${{ secrets.ACTIONS_DEPLOY_KEY }}
249- external_repository : iTowns /itowns.github.io
249+ external_repository : mgermerie /itowns.github.io
250250 publish_dir : ./itowns
251251 destination_dir : ./itowns/dev
252252 publish_branch : master
Original file line number Diff line number Diff line change 11{
2- "name" : " itowns" ,
2+ "name" : " itowns-chore-update-workflow " ,
33 "version" : " 2.42.0" ,
44 "description" : " A JS/WebGL framework for 3D geospatial data visualization" ,
55 "main" : " lib/Main.js" ,
4848 ],
4949 "repository" : {
5050 "type" : " git" ,
51- "url" : " git+https://github.com/iTowns /itowns.git"
51+ "url" : " git+https://github.com/mgermerie /itowns.git"
5252 },
5353 "license" : " (CECILL-B OR MIT)" ,
5454 "bugs" : {
You can’t perform that action at this time.
0 commit comments