Skip to content

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gottacatchenall authored Jan 7, 2025
1 parent 67a133b commit 6110ee8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ on:

jobs:
build:
name: "Build the documentation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.9'
- uses: julia-actions/julia-buildpkg@latest
version: '1.11'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
env:
GKSwstype: nul
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }} # For authentication with GitHub Actions token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GKSwstype: nul
run: julia --project=docs/ docs/make.jl

0 comments on commit 6110ee8

Please sign in to comment.