Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

update version for CI #193

Merged
merged 6 commits into from
Jul 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix doc CI
tpoisot committed Jul 21, 2021
commit fec23bc8e8fb328e73c9692290205b3368cc0a1c
3 changes: 2 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
@@ -19,8 +19,9 @@ jobs:
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
env:
GKSwstype: "100"
GKSwstype: nul
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }} # For authentication with GitHub Actions token
GKSwstype: nul
run: julia --project=docs/ docs/make.jl