Skip to content

Commit

Permalink
Build docs against Oscar master
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 27, 2023
1 parent 2f9f081 commit 70413a5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
tags: '*'
pull_request:
workflow_dispatch:

concurrency:
# group by workflow and ref; the last slightly strange component ensures that for pull
Expand All @@ -22,12 +24,20 @@ jobs:
- name: "Set up Julia"
uses: julia-actions/setup-julia@latest
with:
version: '1.8'
version: '1.9'

- name: Restore cache
uses: julia-actions/cache@v1
with:
cache-name: 'docs-1.8'
cache-name: 'docs-1.9'

- name: "Dev Oscar.jl master"
shell: julia --color=yes --project=. {0}
run: |
using Pkg
Pkg.add(url="https://github.com/lgoettgens/Oscar.jl", rev="master-pbwdeformations")
env:
JULIA_PKG_PRECOMPILE_AUTO: no

- name: Build package
uses: julia-actions/julia-buildpkg@latest
Expand Down

0 comments on commit 70413a5

Please sign in to comment.