Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
factoryjp committed Oct 16, 2023
1 parent 099740f commit 145fcfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/openscad_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,12 @@ jobs:
- name: Deploy to GitHub Pages
run: |
ls -R
git config user.name "GitHub Actions Bot"
git config user.email "masuidrive@users.noreply.githufullb.com"
git checkout -b gh-pages
echo "checked out"
ls -R
git add **/*.stl **/*.webp index.html
git commit -m "Update STL files and thumbnails of https://github.com/$GITHUB_REPOSITORY"
git push -f origin gh-pages

0 comments on commit 145fcfd

Please sign in to comment.