Skip to content

Commit

Permalink
Merge branch 'main' into compathelper/new_version/2024-07-04-11-04-12…
Browse files Browse the repository at this point in the history
…-886-00253703586
  • Loading branch information
OmegaLambda1998 authored Jul 4, 2024
2 parents 6a64077 + 0060bb9 commit b2ae3d6
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 13 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: CompatHelper

on:
push:
branches:
- main
tags: ['*']
pull_request:
schedule:
- cron: 0 0 * * *
workflow_dispatch:

concurrency:
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- main
paths:
- docs
tags: ['*']
pull_request:
workflow_dispatch:

concurrency:
Expand All @@ -24,8 +25,14 @@ jobs:
version: '1'
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=doc/ doc/make.jl
# Pkg.add("DocumenterTools")
# using DocumenterTools
# DocumenterTools.genkeys(user="<github username>", repo="<github repo>")
# Pkg.rm("DocumenterTools")
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: julia --project=docs/ docs/make.jl
1 change: 0 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:

concurrency:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_and_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- docs
- .github
tags: ['*']
pull_request:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/treeshake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Manifest.toml
/doc/build/
/docs/build/
/test/test_files/input_files/*/Output/*
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
OrderedCollections = "1"
julia = "^1.6"
JSON = "0.21"
TOML = "1"
julia = "^1.6"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit b2ae3d6

Please sign in to comment.