Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v5

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
# To install LaTeX to build PDF book
tinytex: true

- uses: actions/setup-python@v4
- run: pip install -r requirements.txt
- name: Install uv
uses: astral-sh/setup-uv@v6
- run: uv sync --python 3.13

- name: Render Quarto
uses: quarto-dev/quarto-actions/render@v2
if: github.event_name == 'pull_request' && github.base_ref == 'master'
env:
QUARTO_PYTHON: .venv/bin/python

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
3 changes: 3 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ dirs:
fileExtensions:
- qmd
- md

excludedFiles:
- 'posts/sql-practice/sql_practice.qmd'
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ format:
theme: cosmo
css: styles.css

jupyter: python3
jupyter: python3
Binary file added posts/sql-practice/sql-practice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading