Skip to content

Commit

Permalink
fix: revert STAC catalog command
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Dec 5, 2023
1 parent 66999aa commit 21cb1c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
args: stac-catalog --output stac/catalog.json --template template/catalog.json /github/workspace/stac/

- name: Validate STAC Catalog
run: |
docker run -v "$PWD:$PWD" ghcr.io/linz/argo-tasks:v2 stac-validate "$PWD"/stac/catalog.json
uses: docker://ghcr.io/linz/argo-tasks:v2
with:
args: stac-validate /github/workspace/stac/catalog.json

- name: Validate STAC Collections
run: |
Expand Down

0 comments on commit 21cb1c1

Please sign in to comment.