Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulxshen committed Feb 14, 2024
1 parent f50403c commit 4b24c22
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-14T12:24:44","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-14T13:45:29","documenter_version":"1.2.1"}}
6 changes: 3 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search_index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions makedocs/docs.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cd "C:\Users\Paul\Documents\New folder"
xcopy /Y makedocs\build\* docs
xcopy /Y examples\3d_dipole_antenna\*.mp4 docs\assets
xcopy /Y examples\3d_periodic_scattering\*.mp4 docs\assets
4 changes: 1 addition & 3 deletions makedocs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ makedocs(
# for more information.
#=deploydocs(
repo = "<repository url>"
)=#
run(`cmd /C MOVE /Y makedocs/build/\* docs/`)
run(`cmd /C MOVE /Y examples/\*/\*.mp4 docs/assets/`)
)=#

0 comments on commit 4b24c22

Please sign in to comment.