PreTeXtBook / pretext-cli

Command line interface for quickly creating, authoring, and building PreTeXt documents.
https://pretextbook.org
GNU General Public License v3.0
18 stars 20 forks source link

2.4.1 installs wrong static files and doesn't know `--deploys` option in Action? #814

Closed StevenClontz closed 3 months ago

StevenClontz commented 3 months ago

https://github.com/laurennelsen/BUAN3500CourseInformation/actions/runs/10101156392/job/27934096849

Run pretext build --deploys
Generated `/__w/BUAN3500/BUAN3500/codechat_config.yaml`

Generated `/__w/BUAN3500/BUAN3500/.gitignore`

Generated `/__w/BUAN3500/BUAN3500/.devcontainer.json`

Generated `/__w/BUAN3500/BUAN3500/requirements.txt`

Generated `/__w/BUAN3500/BUAN3500/.github/workflows/deploy.yml`

Generated `/__w/BUAN3500/BUAN3500/.github/workflows/test-build.yml`

PreTeXt-CLI version: 2.[4](https://github.com/laurennelsen/BUAN3500CourseInformation/actions/runs/10101156392/job/27934096849#step:5:5).1

PreTeXt project found in `/__w/BUAN3500/BUAN3500`.
Usage: pretext build [OPTIONS] target
Static pretext files do not appear to be installed.  Installing now.
Static files required for pretext have now been installed to /github/home/.ptx

Try 'pretext build -h' for help.

Error: No such option: --deploys
Error: Process completed with exit code 2.
StevenClontz commented 3 months ago

Er, well, that's because the latest version is 2.6. 🤦