From bc08ed0ab8a7707c8443e5950060e4b3ae53bb35 Mon Sep 17 00:00:00 2001 From: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:15:50 +0500 Subject: [PATCH] small comment improvement --- .github/workflows/deploy_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_pages.yml b/.github/workflows/deploy_pages.yml index fc410e6..b4632b2 100644 --- a/.github/workflows/deploy_pages.yml +++ b/.github/workflows/deploy_pages.yml @@ -1,7 +1,7 @@ name: deploy_pages CI permissions: - contents: write # This is required to push to the repository + contents: write # This is required to push to the repository (gh-pages branch) on: push: