Skip to content

Commit

Permalink
Fix: build
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Dec 14, 2023
1 parent 0106b59 commit c554274
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/landscape-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
RUST_LOG: "landscape2=debug"
run: |
landscape2 build \
--settings-file ./${{ inputs.foundation }}/settings.yml \
--guide-file ./${{ inputs.foundation }}/guide.yml \
--data-file ./landscape/landscape.yml \
--logos-path ./landscape/hosted_logos \
--cache-dir /tmp/landscape-cache \
--output-dir /tmp/landscape
--data-file data.yml \
--settings-file settings.yml \
--guide-file guide.yml \
--logos-path logos \
--cache-dir cache \
--output-dir build
# - name: Deploy landscape
# env:
Expand All @@ -76,4 +76,4 @@ jobs:
# run: |
# landscape2 deploy s3 \
# --bucket landscape2-${{ inputs.foundation }} \
# --landscape-dir /tmp/landscape
# --landscape-dir build

0 comments on commit c554274

Please sign in to comment.