Skip to content

Commit

Permalink
chore(temporary): test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie committed Feb 13, 2024
1 parent 65d2d8f commit 45a2f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
with:
name: dist-itowns

- name: Run functional tests
run: npm run test-functional
# - name: Run functional tests
# run: npm run test-functional


# Publish NPM package
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: iTowns/itowns.github.io
external_repository: mgermerie/itowns.github.io
publish_dir: ./itowns
destination_dir: ./itowns
publish_branch: master
Expand All @@ -246,7 +246,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: iTowns/itowns.github.io
external_repository: mgermerie/itowns.github.io
publish_dir: ./itowns
destination_dir: ./itowns/dev
publish_branch: master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "itowns",
"name": "itowns-chore-update-workflow",
"version": "2.42.0",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"main": "lib/Main.js",
Expand Down

0 comments on commit 45a2f56

Please sign in to comment.