Skip to content

Commit

Permalink
CI: 上传构建的 HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Oct 18, 2024
1 parent 8b520fd commit 52d8dbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
run: |
julia -e 'include("contrib/build_sysimg.jl"); build_sysimg(force=true)'
julia --project=doc/ doc/make.jl deploy
- name: Upload HTML
uses: actions/upload-artifact@v4
with:
name: html-site
path: doc/build/

0 comments on commit 52d8dbc

Please sign in to comment.