Skip to content

Commit 12bdec1

Browse files
committed
chore(temporary): test deployment
1 parent 65d2d8f commit 12bdec1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -48,7 +48,7 @@
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": {

0 commit comments

Comments
 (0)