Skip to content

Commit

Permalink
more ci things
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-wolf committed Mar 20, 2024
1 parent c9b6235 commit 8c80d6d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
branches:
- main
env:
JULIA_PKG_USE_CLI_GIT: true
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand Down Expand Up @@ -39,13 +37,13 @@ jobs:
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.COOLWALKSREGISTRY_PRIVATE_KEY }}
- name: Add CoolWalks Registry
shell: julia --color=yes --project=. {0}
run: using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/SuperGrobi/CoolWalksRegistry"))
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
with:
git_cli: true
localregistry: https://github.com/SuperGrobi/CoolWalksRegistry
- uses: julia-actions/julia-runtest@v1
env:
PYTHON: ""
Expand All @@ -62,14 +60,13 @@ jobs:
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.COOLWALKSREGISTRY_PRIVATE_KEY }}
- name: Add CoolWalks Registry
shell: julia --color=yes --project=. {0}
run: using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/SuperGrobi/CoolWalksRegistry"))
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
with:
project: "docs"
git_cli: true
localregistry: https://github.com/SuperGrobi/CoolWalksRegistry
- uses: julia-actions/julia-docdeploy@v1
env:
PYTHON: ""
Expand Down

0 comments on commit 8c80d6d

Please sign in to comment.