Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
masuidrive authored Sep 9, 2023
1 parent 897b4c6 commit 858ebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openscad_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
repo_url="https://github.com/$GITHUB_REPOSITORY/blob/gh-pages"
echo "<!DOCTYPE html><html><head><link href='https://cdn.jsdelivr.net/npm/tailwindcss@2.2.16/dist/tailwind.min.css' rel='stylesheet'></head><body class='bg-gray-200'>" > index.html
echo '<div class="container mx-auto my-4 px-4">' >> index.html
echo "<h1 class='mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900'>$GITHUB_REPOSITORY keycaps</h1>" >> index.html
echo "<h1 class='mb-4 my-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900'>$GITHUB_REPOSITORY keycaps</h1>" >> index.html
find . -name "*.stl" | while read stl; do
scad_name="${stl%.stl}.scad"
txt_name="${stl%.stl}.txt"
Expand Down

0 comments on commit 858ebc8

Please sign in to comment.