Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
fix workflow - docker compose (GitHub v2)
  • Loading branch information
StevenHosper authored Aug 16, 2024
1 parent e795d46 commit aa61f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: build
run: |
docker-compose build
docker-compose run builder make html latexpdf
docker-compose run builder cp build/latex/lizard.pdf build/html
docker compose build
docker compose run builder make html latexpdf
docker compose run builder cp build/latex/lizard.pdf build/html
zip -r lizard-docs.zip build/html
- name: Publish master to https://docs.lizard.net
Expand Down

0 comments on commit aa61f45

Please sign in to comment.