Skip to content

Commit

Permalink
upload build file
Browse files Browse the repository at this point in the history
  • Loading branch information
chooron committed Dec 5, 2024
1 parent 9352544 commit 23039ed
Show file tree
Hide file tree
Showing 18 changed files with 1,309 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
version: '1.10'
- name: Install dependencies
run: |
julia --project=doc/ -e '
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
temp
doc/build
# doc/build
.vscode
project
.gitignore
Expand Down
1 change: 1 addition & 0 deletions doc/build/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-12-05T09:10:52","documenter_version":"1.8.0"}}
Loading

0 comments on commit 23039ed

Please sign in to comment.