Skip to content

added related rates sections back in #5

added related rates sections back in

added related rates sections back in #5

Workflow file for this run

name: Build and publish a Ximera repo
on:
push:
branches:
- master
jobs:
build-ximera:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # full
- name: Setup cache
uses: actions/cache@v4
with:
path: |
**/*.html
**/*.pdf
**/*.svg
**/*.aux
**/*.xref
**/*.toc
!xmPictures/**
!.git/**
!.github/**
key: ximera-buildx-${{ github.sha }}
restore-keys: |
ximera-buildx-
ximera-
- name: Build and publish Ximera courses
env:
GPG_KEY: ${{ secrets.GPG_KEY }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
XIMERA_NAME: uccalc
XIMERA_URL: https://ximera.osu.edu/
run: |
./xmScripts/xmlatex ghaction