Skip to content

Commit

Permalink
fix tty problem with docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 8, 2024
1 parent ae3c130 commit ff070f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: ls -1 docs/config/tbd_docs.Dockerfile && docker build -t tbd_docs -f docs/config/tbd_docs.Dockerfile docs/config

- name: build docs
run: docker run -it -v $PWD:/code tbd_docs
run: docker run -v $PWD:/code tbd_docs

- name: upload html
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ff070f5

Please sign in to comment.