Skip to content

Commit

Permalink
try ci again ffff
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jan 2, 2024
1 parent 3be7bc1 commit 73ab7af
Show file tree
Hide file tree
Showing 244 changed files with 13 additions and 144,206 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ jobs:
uses: actions/configure-pages@v3
- name: Install dependencies
run: npm add -D vitepress # or pnpm install / yarn install / bun install
# - 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 libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
# - name: Install documentation dependencies
# run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg; pkg"add https://github.com/LuxDL/DocumenterVitepress.jl.git"; Pkg.instantiate(); Pkg.precompile()'
# - name: generating examples md files
# run: |
# julia --project=docs/ --color=yes docs/gen_mds.jl
# DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --color=yes docs/make.jl
- 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 libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
- name: Install documentation dependencies
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg; pkg"add https://github.com/LuxDL/DocumenterVitepress.jl.git"; Pkg.instantiate(); Pkg.precompile()'
- name: generating examples md files
run: |
julia --project=docs/ --color=yes docs/gen_mds.jl
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --color=yes docs/make.jl
- name: Build with VitePress
# env:
# RASTERDATASOURCES_PATH: ".." # For downloading raster data
# JULIA_DEBUG: "Documenter"
# DATADEPS_ALWAYS_ACCEPT: true
env:
RASTERDATASOURCES_PATH: ".." # For downloading raster data
JULIA_DEBUG: "Documenter"
DATADEPS_ALWAYS_ACCEPT: true
run: |
NODE_OPTIONS=--max-old-space-size=32768 npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/docs_site/.vitepress/dist/.nojekyll
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build
.DS_Store
*.DS_Store
*tmp
docs/docs_site
docs/src/.vitepress/dist
docs/src/.vitepress/cache
docs/docs_site/.vitepress/dist
Expand Down
411 changes: 0 additions & 411 deletions docs/docs_site/.vitepress/config.mts

This file was deleted.

11 changes: 0 additions & 11 deletions docs/docs_site/.vitepress/theme/index.ts

This file was deleted.

150 changes: 0 additions & 150 deletions docs/docs_site/.vitepress/theme/style.css

This file was deleted.

40 changes: 0 additions & 40 deletions docs/docs_site/components/Gallery.vue

This file was deleted.

82 changes: 0 additions & 82 deletions docs/docs_site/components/GalleryImage.vue

This file was deleted.

27 changes: 0 additions & 27 deletions docs/docs_site/examples/2d/arrows/arrows.md

This file was deleted.

Loading

0 comments on commit 73ab7af

Please sign in to comment.