Skip to content

Commit af8e913

Browse files
authored
Update CI & use Documenter 1 (#90)
1 parent 5dc9334 commit af8e913

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
version:
1616
- '1.6' # current LTS
1717
- '1' # latest stable
18-
- '1.10-nightly' # next stable
1918
- 'nightly'
2019
os:
2120
- ubuntu-latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
22
/Manifest.toml
3+
/docs/Manifest.toml

docs/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
LoweredCodeUtils = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
34

45
[compat]
5-
Documenter = "0.24"
6+
Documenter = "1"

0 commit comments

Comments
 (0)