Skip to content

Commit c461f93

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 868352c commit c461f93

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
lines changed

Diff for: .devcontainer.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
// <!-- Managed automatically by PreTeXt authoring tools -->
2-
// (delete the above line to manage this file manually)
1+
// This file was automatically generated with PreTeXt 2.12.0.
2+
// If you modify this file, PreTeXt will no longer automatically update it.
3+
//
34
//////////////////////////////////////////////////////////////
45
//
5-
// This file provides configuration options so that a PreTeXt
6+
// This file provides configuration options so that a PreTeXt
67
// project can be edited and built using GitHub's Codespaces.
78
// It is recommended to keep this in your repository even if you
8-
// do not use this feature, as it will allow other to explore
9-
// your project easily.
10-
// This file will be automatically generated by PreTeXt with the
9+
// do not use this feature, as it will allow other to explore
10+
// your project easily.
11+
// This file will be automatically generated by PreTeXt with the
1112
// latest updates unless you remove the first comment line above.
1213
//
1314
///////////////////////////////////////////////////////////////

Diff for: .github/workflows/pretext-cli.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# <!-- Managed automatically by PreTeXt authoring tools -->
2-
# (delete the above line to manage this file manually)
3-
1+
# This file was automatically generated with PreTeXt 2.12.0.
2+
# If you modify this file, PreTeXt will no longer automatically update it.
3+
#
44
name: PreTeXt-CLI Actions
55
on:
66
# Runs on pull requests

Diff for: .gitignore

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# <!-- Managed automatically by PreTeXt authoring tools -->
2-
# (delete the above line to manage this file manually)
3-
1+
# This file was automatically generated with PreTeXt 2.12.0.
2+
# If you modify this file, PreTeXt will no longer automatically update it.
3+
#
44
# Boilerplate list of files in a PreTeXt project for git to ignore
55
# ensure this file is tracked
66
!.gitignore
@@ -90,6 +90,8 @@ bh_unicode_properties.cache
9090
# https://packagecontrol.io/packages/sublime-github
9191
GitHub.sublime-settings
9292

93+
# Don't track common virtual environment directories
94+
venv/
9395

9496
# Don't include Dropbox settings and caches
9597
.dropbox

Diff for: project.ptx

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- This file was automatically generated by PreTeXt 2.12.0. -->
3+
<!-- If you modify this file, PreTeXt will no longer automatically update it.-->
4+
25
<!-- 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. -->
36
<project ptx-version="2">
47
<targets>

Diff for: requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# <!-- Managed automatically by PreTeXt authoring tools -->
2-
pretext == 2.11.4
1+
# This file was automatically generated with PreTeXt 2.12.0.
2+
pretext == 2.12.0

0 commit comments

Comments
 (0)