This commit is contained in:
Ben Meadors 2024-09-21 20:53:23 -05:00
parent 893bbe09d1
commit 51af747508

View File

@ -359,7 +359,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: meshtastic/meshtastic.github.io repository: meshtastic/meshtastic.github.io
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.ARTIFACTS_TOKEN }}
path: meshtastic.github.io path: meshtastic.github.io
- name: Display structure of downloaded files - name: Display structure of downloaded files
@ -375,6 +375,7 @@ jobs:
- name: Commit and push changes - name: Commit and push changes
run: | run: |
cd meshtastic.github.io cd meshtastic.github.io
find . -type f -name 'meshtasticd_*' -exec rm -f {} +
git config --global user.name "github-actions[bot]" git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add . git add .