Skip to content

Commit

Permalink
User the newer docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Oct 26, 2024
1 parent 2326b8b commit 2d5d6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staticsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
continue-on-error: true

- name: Build the static site
run: docker-compose run --rm --entrypoint "/bin/bash -c 'npm install;npx eleventy'" eleventy
run: docker compose run --rm --entrypoint "/bin/bash -c 'npm install;npx eleventy'" eleventy

# - name: Test the generated pages
# run: |
Expand Down

0 comments on commit 2d5d6d6

Please sign in to comment.