Skip to content

Commit

Permalink
Merge pull request #363 from JuliaDataCubes/fix_docs_permute_dims
Browse files Browse the repository at this point in the history
Fix docs permute dims
  • Loading branch information
lazarusA committed Jan 20, 2024
2 parents fc71819 + 8f24c04 commit 8f25200
Show file tree
Hide file tree
Showing 17 changed files with 150 additions and 2,268 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install documentation dependencies
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- name: Install pkgs dependencies
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.precompile(); pkg"dev ."'
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.precompile(); pkg"dev ."; pkg"add DiskArrayTools#master"'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Manifest.toml

*.jl.cov
*.jl.*.cov
*.jl.mem
Expand All @@ -8,13 +10,15 @@ build
.DS_Store
*.zarr
*.nc
var

docs/docs
docs/site
docs/build
docs/var
deps/build.jl
Manifest.toml
bonito

*.ipynb_checkpoints
# Ignore the benchmarking results
/benchmark/*.json
Expand Down
Loading

2 comments on commit 8f25200

@felixcremer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.5.2 already exists

Please sign in to comment.