Skip to content

Commit

Permalink
Fix problem with web documentation build failing (#48)
Browse files Browse the repository at this point in the history
* update AURORA in docs

* update packages

* remove docs Manifest and AURORA from docs Project

* add AURORA and Manifest again

* asd

* remove manifest

* trying to use Git registry

* revert last commit

* change workflow <--- this is actually what fixed it!
  • Loading branch information
egavazzi authored Jan 25, 2025
1 parent 55d5f8b commit eddf402
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 2,535 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.9.3'
version: '1'
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
Loading

0 comments on commit eddf402

Please sign in to comment.