Skip to content

Commit 318c99a

Browse files
authored
fix: try to fix downgrade persistant task (#2)
* try to fix downgrade persistant task? * bump all * bump bump * more permissions?
1 parent a143734 commit 318c99a

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
pages: write
1717
id-token: write
1818
statuses: write
19+
pull-requests: read # Required when using `push_preview=true`
1920

2021
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2122
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.

Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1111
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1212

1313
[compat]
14-
DocStringExtensions = "0.9.3"
15-
SymbolicUtils = "3.11"
16-
Symbolics = "6.23"
17-
julia = "1.10.0"
18-
Random = "1.10.0"
19-
LinearAlgebra = "1.10.0"
20-
Test = "1.10.0"
21-
OrderedCollections = "1.6"
22-
Aqua = "0.8"
23-
ExplicitImports = "1.6"
24-
JET = "0.9.9"
14+
DocStringExtensions = "0.9.4"
15+
SymbolicUtils = "3.25"
16+
Symbolics = "6.36"
17+
julia = "1.10"
18+
Random = "1.10"
19+
LinearAlgebra = "1.10"
20+
Test = "1.10"
21+
OrderedCollections = "1.8"
22+
Aqua = "0.8.11"
23+
ExplicitImports = "1.11"
24+
JET = "0.9.18"
2525
CheckConcreteStructs = "0.1.0"
2626

2727
[extras]

docs/src/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API
22

3-
## Symbolic Utilies
3+
## Symbolic Utilities
44

55
```@docs
66

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Common Interface for the QUEST ecosystem
22

3-
The QUEST common interface ties together the utilies of the ecosystem into a single unified interface.
3+
The QUEST common interface ties together the utilities of the ecosystem into a single unified interface.
44
It is designed ensure compatiabilty between the different available packages.
55

66
This documentation is made to pool together the docs of the various Quest libraries

0 commit comments

Comments
 (0)