Skip to content

Commit 740bbe1

Browse files
Removed pretext-deploy.yml extra file from the github/workflows directory and modified the author line for M2 chapter
1 parent bca93c7 commit 740bbe1

3 files changed

Lines changed: 8 additions & 78 deletions

File tree

.github/workflows/pretext-cli.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# This file was automatically generated with PreTeXt 2.17.0.
2-
# If you modify this file, PreTeXt will no longer automatically update it.
3-
#
4-
# This workflow file can be used to automatically build a project and create
5-
# an artifact for deployment. It can also be used to deploy the project to
6-
# GitHub Pages or Cloudflare Pages.
7-
#
8-
# The workflow is triggered on pull requests or can be run manually. You can uncomment
9-
# the `push` event to have it run on pushes to the main branch as well.
1+
# <!-- Managed automatically by PreTeXt authoring tools -->
2+
# (delete the above line to manage this file manually)
3+
104
name: PreTeXt-CLI Actions
115
on:
126
# Runs on pull requests
137
pull_request:
148
branches: ["*"]
15-
## Runs on pushes to main
16-
#push:
17-
# branches: ["main"]
9+
# Runs on pushes to main
10+
push:
11+
branches: ["main"]
1812
# Runs on demand
1913
workflow_dispatch:
2014

@@ -109,4 +103,4 @@ jobs:
109103
path: deploy
110104
- name: Deploy to Github Pages
111105
id: deployment
112-
uses: actions/deploy-pages@v4
106+
uses: actions/deploy-pages@v4

.github/workflows/pretext-deploy.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

source/ch-M2.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Macaulay 2</title>
44
<introduction>
55
<p>
6-
This chapter is co-authored by Francesca Gandini, Sumner Strom,
6+
This chapter is co-authored by Francesca Gandini, Sumner Strom, Al Ashir Intisar
77
</p>
88
</introduction>
99
<section xml:id="sec-template">

0 commit comments

Comments
 (0)