Skip to content

Moved linux/aarch64 build Python wheel build to native Github runners #1562

Moved linux/aarch64 build Python wheel build to native Github runners

Moved linux/aarch64 build Python wheel build to native Github runners #1562

Workflow file for this run

name: Documentation
on:
push:
branches: [latest]
tags: '*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1.9'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl