Skip to content

Commit

Permalink
fix: remove interactive tty from docker run when building mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jacombs committed Nov 3, 2023
1 parent b7de047 commit 0868cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build docs
run: |
npx typedoc
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
# pulls all tags (needed for lerna to correctly version)
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308
Expand Down

0 comments on commit 0868cc4

Please sign in to comment.