Skip to content

Commit

Permalink
workflow(deployment): prevent deploying potree bundle since it is not…
Browse files Browse the repository at this point in the history
… used yet
  • Loading branch information
mgermerie committed Feb 1, 2023
1 parent f8996b3 commit 8f7ae1a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,6 @@ jobs:
with:
name: dist-itowns

# Deploy potree repo artifact
# TODO : this should be done in potree integration script
- name: Download potree bundle
uses: dawidd6/action-download-artifact@v2
with:
# TODO : rename potree file...
workflow: intergration.yml
repo: LIDAR-HD-IGN/potree
branch: itowns_potree
name: dist-potree

# Copy files for deployment
- name: build site
run: |
Expand All @@ -145,8 +134,6 @@ jobs:
cp -R dist/*.js itowns/dist/
cp -R examples itowns/
cp -R buildDocs itowns/docs
cp -R build itowns/potree/
cp -R libs itowns/potree/
# When deploying a release, we copy itowns bundles in dev folder to be published on
# iTowns/itowns.github.io. This is because we can't publish both a release version
Expand Down

0 comments on commit 8f7ae1a

Please sign in to comment.