You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/lessons.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,5 @@
12
12
## 🚀 CI/CD Automation
13
13
***Lesson**: Always include the Gradle wrapper (`gradlew`) in the repository to ensure CI environments (GitHub Actions) can execute builds without requiring pre-installed global Gradle versions.
14
14
***Context**: Initial GitHub Action failed because `gradlew` was missing from the repository.
15
+
16
+
***Lesson**: When deploying to GitHub Pages via Actions, use `enablement: true` in `actions/configure-pages` to help bypass manual configuration hurdles, though manual setting to "GitHub Actions" as source is still the most reliable method.
0 commit comments