Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Aug 30, 2024
1 parent 547cb25 commit eed4b35
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ src/*.dll
learningmachine.Rcheck/
learningmachine*.tar.gz
learningmachine*.tgz
docs/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ BROWSER := python3 -c "$$BROWSER_PYSCRIPT"

buildsite: setwd ## create a website for the package
Rscript -e "pkgdown::build_site('.')"
cp -rf docs/* ~/Documents/Pro_Website/Techtonique.github.io/learningmachine

check: clean setwd ## check package
Rscript -e "try(devtools::check('.'), silent=FALSE)"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pkgdown_sha: ~
articles:
classifiers-probs: classifiers-probs.html
getting-started: getting-started.html
getting-updates-bayesianrvfl: getting-updates-bayesianrvfl.html
getting-updates: getting-updates.html
qrnn: qrnn.html
last_built: 2024-08-28T07:53Z
last_built: 2024-08-30T12:12Z

3 changes: 3 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<url>
<loc>/articles/getting-started.html</loc>
</url>
<url>
<loc>/articles/getting-updates-bayesianrvfl.html</loc>
</url>
<url>
<loc>/articles/getting-updates.html</loc>
</url>
Expand Down

0 comments on commit eed4b35

Please sign in to comment.