Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-marques committed Sep 7, 2024
1 parent 4464d73 commit cabc924
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
/public
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
base_url = "https://um-arm-lab.github.io/lucca"
base_url = "https://um-arm-lab.github.io"
compile_sass = true
build_search_index = false
generate_feeds = false
minify_html = true
theme = "academic-paper"

[markdown]
highlight_code = true
Expand Down
13 changes: 0 additions & 13 deletions theme.toml

This file was deleted.

0 comments on commit cabc924

Please sign in to comment.