diff --git a/.github/workflows/convert-to-pdf.yml b/.github/workflows/convert-to-pdf.yml index 1830934..aa178f2 100644 --- a/.github/workflows/convert-to-pdf.yml +++ b/.github/workflows/convert-to-pdf.yml @@ -32,8 +32,7 @@ jobs: git config user.email "github-actions@github.com" 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: @@ -59,7 +58,7 @@ jobs: run: | git rm -r pdfs git commit -m "Remove existing pdfs folder" - git push --force + git push - uses: baileyjm02/markdown-to-pdf@v1.2.0 with: @@ -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 \ No newline at end of file + git push \ No newline at end of file diff --git a/docs/REPORT.md b/docs/REPORT.md index 20cbafe..4cc20b4 100644 --- a/docs/REPORT.md +++ b/docs/REPORT.md @@ -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