Skip to content

Commit

Permalink
cleaning netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed May 5, 2024
1 parent df5253f commit 171b72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
mv 2021/public dist/2021
mv 2022/public dist/2022
mv 2023/public dist/2023
(cd 2024 && npm i && npm run build -- --prefix-paths --verbose && find public && echo 'listing done' && mv public/2024 ../dist && cp -r public/* ../dist/2024)
(cd 2024 && npm i && npm run build -- --prefix-paths --verbose mv public/2024 ../dist && cp -r public/* ../dist/2024)
find dist
'''

Expand Down

0 comments on commit 171b72b

Please sign in to comment.