Skip to content

setup julia

setup julia #92

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch: # manual trigger for testing
name: Deploy to GitHub Pages
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Render Quarto site
run: quarto render
# Needed for the Search action
- name: Set up Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.11'
- name: Generate augmented search index
uses: TuringLang/actions/Search@main
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: _site
clean: false # we need this to preserve the old versions of Turing docs, e.g. library/