Skip to content

Commit 0cc748a

Browse files
committed
update to latest PreTeXt project found in /home/runner/work/pretext-cli/pretext-cli.
�[31merror: �[0mA project already exists in `/home/runner/work/pretext-cli/pretext-cli` (it contains the file `project.ptx`). �[31merror: �[0mNo new project will be generated. ---------------------------------------------------- While running pretext, the following errors occurred: (see log messages above or in the 'logs' folder for more information) ----------------------------------------------------
1 parent c461f93 commit 0cc748a

3 files changed

Lines changed: 7 additions & 14 deletions

File tree

project.ptx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- This file was automatically generated by PreTeXt 2.12.0. -->
2+
<!-- This file was automatically generated by PreTeXt 2.13.1. -->
33
<!-- If you modify this file, PreTeXt will no longer automatically update it.-->
44

55
<!-- 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. -->
@@ -22,6 +22,7 @@
2222
stage="output/stage"
2323
xsl="xsl"
2424
asy-method="server"
25+
generated-cache=".cache"
2526
>
2627
<targets>
2728
<target

publication/publication.ptx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,11 @@
142142
exercise-readingquestion="no"
143143
/>-->
144144

145-
<!-- Specify the style of the html by giving names to -->
146-
<!-- override defaults. Ex: to use "style_oscarlevin.css" -->
147-
<!-- put <css style="oscarlevin"/> -->
145+
<!-- Specify the theme for the html by giving names to -->
146+
<!-- override defaults. Ex:<css theme="denver"/> -->
148147
<!-- See also -->
149148
<!-- https://pretextbook.org/doc/guide/html/publication-file-online.html#online-style-options -->
150-
<!--<css
151-
style="oscarlevin"
152-
colors="blue_red"
153-
knowls="crc"
154-
toc="crc"
155-
banner="crc"
156-
navbar="crc"
157-
/>-->
149+
<!--<css theme="denver"/>-->
158150

159151
<!-- Search can be default or none, or you can use a Google-cx number to use google's search
160152
feature (but then variant should be set to none to avoid conflict) -->

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# This file was automatically generated with PreTeXt 2.12.0.
2-
pretext == 2.12.0
1+
# This file was automatically generated with PreTeXt 2.13.1.
2+
pretext == 2.13.1

0 commit comments

Comments
 (0)