Skip to content

Commit 2e99f7f

Browse files
committed
chore: prepare for deployment
1 parent 6e9864d commit 2e99f7f

214 files changed

Lines changed: 75 additions & 19295 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/codeflash-optimize.yaml

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

.github/workflows/docs.yml

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

.github/workflows/publish.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
name: Render and Publish
7+
8+
# Set permissions for GitHub Pages deployment
9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
jobs:
15+
build-deploy:
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- name: Check out repository
20+
uses: actions/checkout@v4
21+
22+
- name: Set up Quarto
23+
uses: quarto-dev/quarto-actions/setup@v2
24+
env:
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
with:
27+
# To install LaTeX to build PDF book
28+
tinytex: true
29+
# uncomment below and fill to pin a version
30+
# version: SPECIFIC-QUARTO-VERSION-HERE
31+
32+
# add software dependencies here and any libraries
33+
- name: install librsvg
34+
run: sudo apt-get install librsvg2-bin
35+
36+
# From https://github.com/actions/setup-python
37+
- name: Setup Python
38+
uses: actions/setup-python@v5
39+
40+
# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
41+
- name: Publish to GitHub Pages (and render)
42+
uses: quarto-dev/quarto-actions/publish@v2
43+
with:
44+
target: gh-pages
45+
path: quarto_book
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions

.github/workflows/tests.yml

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

convert_book/new_table.md

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

convert_book/new_table.tex

Whitespace-only changes.

convert_book/simple_table.tex

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

0 commit comments

Comments
 (0)