File tree 4 files changed +26
-43
lines changed
4 files changed +26
-43
lines changed Original file line number Diff line number Diff line change
1
+ name : Documentation
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ tags : ' *'
8
+ pull_request :
9
+
10
+ jobs :
11
+ build :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - uses : actions/checkout@v2
15
+ - uses : julia-actions/setup-julia@latest
16
+ with :
17
+ version : ' 1.6'
18
+ - name : Install dependencies
19
+ run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
+ - name : Build and deploy
21
+ env :
22
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
23
+ DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
24
+ run : julia --project=docs/ docs/make.jl
Original file line number Diff line number Diff line change 2
2
* .jl. * .cov
3
3
* .jl.mem
4
4
* ~
5
- . *
5
+ .git / *
6
6
emotions.csv
7
7
Manifest.toml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name = " KCenters"
2
2
uuid = " 5d8de97f-65f8-4dd6-a15b-0f89c36a43ce"
3
3
authors = [
" Eric S. Tellez <[email protected] >" ]
4
- version = " 0.6.0 "
4
+ version = " 0.6.1 "
5
5
6
6
[deps ]
7
7
CategoricalArrays = " 324d7699-5711-5eae-9e2f-1d82baa6b597"
You can’t perform that action at this time.
0 commit comments