Skip to content

Commit

Permalink
Add books (#2)
Browse files Browse the repository at this point in the history
* customize workflow

* add all the things

* || not or

* uncomment project.ptx

* update description

* about page heading sizes

* add quote

* add cite tag

* Define TBIL

* move notice to TBIL para
  • Loading branch information
StevenClontz authored Jun 22, 2024
1 parent 097f767 commit 63edf57
Show file tree
Hide file tree
Showing 476 changed files with 66,399 additions and 117 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/pretext-cli.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# <!-- Managed automatically by PreTeXt authoring tools -->
# (delete the above line to manage this file manually)

name: PreTeXt-CLI Actions
name: PreTeXt-CLI Actions (TBIL Customization)
on:
# Runs on pull requests
pull_request:
Expand All @@ -24,8 +21,17 @@ jobs:
- name: install deps
run: pip install -r requirements.txt

- name: quick build instructor versions
if: github.ref != format('refs/heads/{0}', github.event.repository.default_branch)
run: |
pretext build precal-web-instructor -q
pretext build calc-web-instructor -q
pretext build la-web-instructor -q
- name: build deploy targets
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) || github.event_name == 'workflow_dispatch'
run: pretext build --deploys

- name: stage deployment
run: pretext deploy --stage-only

Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <!-- Managed automatically by PreTeXt authoring tools -->

# (delete the above line to manage this file manually)

# Boilerplate list of files in a PreTeXt project for git to ignore
Expand Down Expand Up @@ -97,7 +97,3 @@ GitHub.sublime-settings

# Don't track codechat config (will be generated automatically)
codechat_config.yaml

# Don't track deprecated workflows
.github/workflows/deploy.yml
.github/workflows/test-build.yml
Binary file added calculus/assets/3_4_PA1.pdf
Binary file not shown.
13 changes: 13 additions & 0 deletions calculus/assets/3_4_PA1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added calculus/assets/4_1_Act1.pdf
Binary file not shown.
119 changes: 119 additions & 0 deletions calculus/assets/4_1_Act1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added calculus/assets/4_1_Act1Soln.pdf
Binary file not shown.
127 changes: 127 additions & 0 deletions calculus/assets/4_1_Act1Soln.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added calculus/assets/4_1_Act2.pdf
Binary file not shown.
159 changes: 159 additions & 0 deletions calculus/assets/4_1_Act2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added calculus/assets/4_1_PA1.pdf
Binary file not shown.
114 changes: 114 additions & 0 deletions calculus/assets/4_1_PA1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added calculus/assets/4_1_PA1Soln.pdf
Binary file not shown.
Loading

0 comments on commit 63edf57

Please sign in to comment.