Skip to content

limit number of open file descriptors #686

limit number of open file descriptors

limit number of open file descriptors #686

Workflow file for this run

name: Quarto Publish
on:
workflow_dispatch:
push:
branches: main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: pip install jupyter supabase pydash httpx python-dotenv
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.5.57
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
path: docs
target: netlify
env:
NETLIFY_AUTH_TOKEN: ${{ secrets. NETLIFY_AUTH_TOKEN }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}