diff --git a/.github/workflows/codespace-template.yml b/.github/workflows/codespace-template.yml index 3d72d7f3..382faf62 100644 --- a/.github/workflows/codespace-template.yml +++ b/.github/workflows/codespace-template.yml @@ -28,7 +28,8 @@ jobs: run: | python -m ensurepip python -m pip install --upgrade pip - python -m pip install --upgrade pretext[all] + python -m pip install --upgrade pretext + python -m pretext --version - name: pretext new hello shell: bash diff --git a/pretext/cli.py b/pretext/cli.py index 065a8dc1..d45ca061 100644 --- a/pretext/cli.py +++ b/pretext/cli.py @@ -970,7 +970,7 @@ def callback(actual_port: int) -> None: "--no-push", is_flag=True, required=False, - help="Do not push to remote. Useful for CI/CD workflows or in case of authentication errors.", + help="Commit output to gh-pages branch but do not push to GitHub. Useful in case of authentication errors.", ) def deploy( ctx: click.Context, diff --git a/pretext/resources/resource_hash_table.json b/pretext/resources/resource_hash_table.json index ac35cde4..64caac4f 100644 --- a/pretext/resources/resource_hash_table.json +++ b/pretext/resources/resource_hash_table.json @@ -104,5 +104,16 @@ "installPandoc.sh": "a996c50dcc083be7f7f03e38976de0abc1bc7bede0f0b8cb61b4f8dd660a4071", "installLatex.sh": "9c530e389b443528eb1d0587bb7b7c7e8b83e590ab3bfc533f89b0cdd2dd711e", "installSage.sh": "239d8792b782486f79936abdaa7556d9a1899448a0c37335e1d4c7207becd8b0" + }, + "2.16.1": { + "project.ptx": "ac4c1327126f021006b2e043df35287e593c5c89de2f5d7bcc3e653227b46e0e", + "codechat_config.yaml": "dd2a54caa22b056fd4442b39c230adb359e61a195fcad921c1733c5beea0f89f", + ".gitignore": "7df710ee93f2d5b67d3b90292f195b35c2053915eec3a4265a440585a2c94816", + "devcontainer.json": "21c7b3bde8d88e2bd0956221d0f7b935c021738f6e078d9798831785326ffa4d", + "pretext-cli.yml": "419d0487e446a6ec7d1c9a1f78c431dd7ac8f7e5fe683d772685110d1ca99e14", + "installPretext.sh": "e6d198cad4402d18965fbbd7e40b05c4dc858b4d334536b3c00fc835a971e4e6", + "installPandoc.sh": "1d73faa032b137af74dcb9fad2cbc4f70da3bf09a682f90cc213943d4e60710c", + "installLatex.sh": "89fc36da1ac5bf3c79e70990d760f288b94afb71dac03f0651424efbf55663aa", + "installSage.sh": "7f2b791271aaf21a0b6c742e9758d4f131b59216c261902fe43c8461143cb407" } } \ No newline at end of file diff --git a/templates/.gitignore b/templates/.gitignore index 13b544d2..f8c81b9a 100644 --- a/templates/.gitignore +++ b/templates/.gitignore @@ -1,4 +1,4 @@ -# This file was automatically generated with PreTeXt 2.15.3. +# This file was automatically generated with PreTeXt 2.16.1. # If you modify this file, PreTeXt will no longer automatically update it. # # Boilerplate list of files in a PreTeXt project for git to ignore diff --git a/templates/codechat_config.yaml b/templates/codechat_config.yaml index 9562ec46..9eb86658 100644 --- a/templates/codechat_config.yaml +++ b/templates/codechat_config.yaml @@ -1,4 +1,4 @@ -# This file was automatically generated with PreTeXt 2.15.3. +# This file was automatically generated with PreTeXt 2.16.1. # If you modify this file, PreTeXt will no longer automatically update it. # ############################################################# diff --git a/templates/devcontainer.json b/templates/devcontainer.json index 9c2c4dcc..084b66ea 100644 --- a/templates/devcontainer.json +++ b/templates/devcontainer.json @@ -1,4 +1,4 @@ -// This file was automatically generated with PreTeXt 2.15.3. +// This file was automatically generated with PreTeXt 2.16.1. // If you modify this file, PreTeXt will no longer automatically update it. // ////////////////////////////////////////////////////////////// diff --git a/templates/installLatex.sh b/templates/installLatex.sh index a8d164c9..41da148f 100644 --- a/templates/installLatex.sh +++ b/templates/installLatex.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This file was automatically generated with PreTeXt 2.15.3. +# This file was automatically generated with PreTeXt 2.16.1. # If you modify this file, PreTeXt will no longer automatically update it. # We use TinyTeX (https://yihui.org/tinytex/) diff --git a/templates/installPandoc.sh b/templates/installPandoc.sh index eeac8228..b9f83aba 100644 --- a/templates/installPandoc.sh +++ b/templates/installPandoc.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This file was automatically generated with PreTeXt 2.15.3. +# This file was automatically generated with PreTeXt 2.16.1. # If you modify this file, PreTeXt will no longer automatically update it. wget https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-amd64.deb -O pandoc.deb diff --git a/templates/installPretext.sh b/templates/installPretext.sh index 9daaeaff..3bc137b6 100644 --- a/templates/installPretext.sh +++ b/templates/installPretext.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This file was automatically generated with PreTeXt 2.15.3. +# This file was automatically generated with PreTeXt 2.16.1. # If you modify this file, PreTeXt will no longer automatically update it. while fuser /var/lib/dpkg/lock >/dev/null 2>&1; do diff --git a/templates/installSage.sh b/templates/installSage.sh index c781abb1..b37999bc 100644 --- a/templates/installSage.sh +++ b/templates/installSage.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This file was automatically generated with PreTeXt 2.15.3. +# This file was automatically generated with PreTeXt 2.16.1. # If you modify this file, PreTeXt will no longer automatically update it. # Conda should already be installed in the codespace. We need to add the conda-forge channel diff --git a/templates/pretext-cli.yml b/templates/pretext-cli.yml index 3066cb59..a73a4d01 100644 --- a/templates/pretext-cli.yml +++ b/templates/pretext-cli.yml @@ -1,4 +1,4 @@ -# This file was automatically generated with PreTeXt 2.15.3. +# This file was automatically generated with PreTeXt 2.16.1. # If you modify this file, PreTeXt will no longer automatically update it. # name: PreTeXt-CLI Actions diff --git a/templates/project.ptx b/templates/project.ptx index cf0de3ac..97e2a1a6 100644 --- a/templates/project.ptx +++ b/templates/project.ptx @@ -1,5 +1,5 @@ - +