Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/codespace-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pretext/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
11 changes: 11 additions & 0 deletions pretext/resources/resource_hash_table.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion templates/.gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/codechat_config.yaml
Original file line number Diff line number Diff line change
@@ -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.
#
#############################################################
Expand Down
2 changes: 1 addition & 1 deletion templates/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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.
//
//////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion templates/installLatex.sh
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion templates/installPandoc.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/installPretext.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/installSage.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/pretext-cli.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/project.ptx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This file was automatically generated by PreTeXt 2.15.3. -->
<!-- This file was automatically generated by PreTeXt 2.16.1. -->
<!-- If you modify this file, PreTeXt will no longer automatically update it.-->

<!-- This file, the project manifest, provides the overall configuration for your PreTeXt project. To edit the content of your document, open `source/main.ptx`. See https://pretextbook.org/doc/guide/html/processing-CLI.html#cli-project-manifest. -->
Expand Down