Skip to content

Commit 6c45bd2

Browse files
committed
docs: update lessons.md with github pages enablement tip
1 parent 0f850b8 commit 6c45bd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tasks/lessons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
## 🚀 CI/CD Automation
1313
* **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.
1414
* **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

Comments
 (0)