Skip to content

Commit

Permalink
Update generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Jun 24, 2024
1 parent a5559e9 commit da543e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

#!/usr/bin/env bash

# Generate standard pages
pages=(
"config/pages/index index.html"
Expand All @@ -13,7 +11,7 @@ pages=(
for page_config in "${pages[@]}"; do
page="${page_config%% *}"
output="${page_config#* }"
/home/vale/gitrepos/Adduce/target/release/adduce -c "$page" -n "$output" -o docs
adduce -c "$page" -n "$output" -o docs
done

# Copy global styles and assets
Expand Down

0 comments on commit da543e3

Please sign in to comment.