Skip to content

Commit

Permalink
update to latest Generated `/home/runner/work/pretext-cli/pretext-cli…
Browse files Browse the repository at this point in the history
…/codechat_config.yaml`

Generated `/home/runner/work/pretext-cli/pretext-cli/.gitignore`

Generated `/home/runner/work/pretext-cli/pretext-cli/.devcontainer.json`

Generated `/home/runner/work/pretext-cli/pretext-cli/requirements.txt`

Generated `/home/runner/work/pretext-cli/pretext-cli/.github/workflows/pretext-cli.yml`

Using PreTeXt-CLI version 2.9.1.  The latest stable version available is 2.9.0. Run `pip install pretext --upgrade` to update.

PreTeXt project found in `/home/runner/work/pretext-cli/pretext-cli`.
�[31merror: �[0mA project already exists in `/home/runner/work/pretext-cli/pretext-cli`.
�[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)
----------------------------------------------------
  • Loading branch information
oscarlevin committed Nov 9, 2024
1 parent 4b93b0c commit abd0e92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# <!-- Managed automatically by PreTeXt authoring tools -->
pretext == 2.8.2
pretext == 2.9.1
17 changes: 12 additions & 5 deletions source/frontmatter.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<!-- works. -->

<frontmatter xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="frontmatter">
<titlepage>
<bibinfo>

<author>
<personname>You</personname>
<department>Your department</department>
Expand All @@ -13,20 +14,26 @@
<date>
<today />
</date>
</titlepage>

<colophon>

<website>
<url href="https://pretextbook.org">My Website</url>
</website>

<copyright>
<year>2020<ndash />2023</year>
<year>2020<ndash />2024</year>
<holder>You</holder>
<shortlicense> This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit <url href="http://creativecommons.org/licenses/by-sa/4.0/" visual="creativecommons.org/licenses/by-sa/4.0"> CreativeCommons.org</url>
</shortlicense>
</copyright>

</bibinfo>

<titlepage>
<titlepage-items/>
</titlepage>

<colophon xml:id="front-colophon">
<colophon-items/>
</colophon>
</frontmatter>

0 comments on commit abd0e92

Please sign in to comment.