Skip to content

Commit 51e0992

Browse files
committed
correct CI
1 parent eb7ca6d commit 51e0992

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,4 @@ jobs:
4242
with:
4343
files: lcov.info
4444
token: ${{ secrets.CODECOV_TOKEN }}
45-
fail_ci_if_error: false
46-
docs:
47-
name: Build and deploy documentation
48-
runs-on: ubuntu-latest
49-
steps:
50-
- name: Install binary dependencies
51-
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
52-
- uses: actions/checkout@v4
53-
- name: Download all workflow run artifacts
54-
uses: actions/download-artifact@v4
55-
- uses: julia-actions/setup-julia@latest
56-
with:
57-
version: '1'
58-
- uses: julia-actions/cache@v2
59-
- name: Install documentation dependencies
60-
run: |
61-
xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '
62-
using Pkg
63-
Pkg.develop(PackageSpec(path=pwd()))
64-
Pkg.add(name = "DocumenterVitepress", rev = "master")
65-
Pkg.instantiate()'
66-
env:
67-
DISPLAY: ':0'
68-
- name: Build and deploy
69-
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
71-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
72-
DISPLAY: ':0'
73-
run: xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ docs/make.jl deploy
45+
fail_ci_if_error: false

0 commit comments

Comments
 (0)