Skip to content

Commit

Permalink
doc ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Jan 31, 2024
1 parent a385ff0 commit 862d431
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ on:
- 'docs/**'
- 'src/**'

concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: always.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions docs/build_docs.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cd(@__DIR__)
println("--- :julia: Instantiating project")
using Pkg
Pkg.activate("..")
Expand Down

0 comments on commit 862d431

Please sign in to comment.