Skip to content

Commit

Permalink
adds all html files
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Oct 18, 2024
1 parent e18f752 commit da47664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
@@ -67,14 +67,14 @@ jobs:
git fetch origin
git checkout gh-pages
- name: "Modify index.html"
- name: "Modify .html"
run: |
find . -name "*.html" -exec sh -c 'echo "<script src="files/additional.js" type="text/javascript"></script>" >> "$1"' _ {} \;
- name: "Commit and Push Changes"
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add index.html
git add *.html
git commit -m "Add a new line to index.html via GitHub Actions"
git push origin gh-pages

0 comments on commit da47664

Please sign in to comment.