Skip to content

Commit

Permalink
Merge pull request #3 from simonthorell/setup
Browse files Browse the repository at this point in the history
Update buildscript
  • Loading branch information
simonthorell authored Feb 7, 2024
2 parents 7249771 + 5a80665 commit ad3db26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/convert-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
git config user.email "[email protected]"
git add docs/REPORT.md
git commit -m "Update REPORT.md with latest protocols" || echo "No changes to REPORT.md."
git push --force
git push
# Second job: Convert REPORT.md to PDF
converttopdf:
Expand All @@ -59,7 +58,7 @@ jobs:
run: |
git rm -r pdfs
git commit -m "Remove existing pdfs folder"
git push --force
git push
- uses: baileyjm02/[email protected]
with:
Expand All @@ -75,4 +74,4 @@ jobs:
git add pdfs/
git status
git commit -m "Automated commit of PDF and HTML files" -a || echo "No changes to commit."
git push --force
git push
2 changes: 1 addition & 1 deletion docs/REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Purpose of the Report
Explain the importance of selecting the appropriate wireless protocol for IoT devices.
State the goal of the report, which is to compare WiFi, Bluetooth, Bluetooth LE, Zigbee, Z-Wave, and NFC based on specific parameters.
State the goal of the report, which is to compare WiFi, Bluetooth, Bluetooth LE, Zigbee, Z-Wave, and NFC based on specific parameters.

### Areas to Investigate
- Protocol Cverwiev
Expand Down

0 comments on commit ad3db26

Please sign in to comment.