From 29516a320d7aaf49d972511de5c09b95c22d8699 Mon Sep 17 00:00:00 2001 From: Moses <36628352+genuinemoses@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:31:25 +0530 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 01e149f..e999ab4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,6 +3,7 @@ name: Build and Deploy Jekyll Site on: push: branches: ["main", "gh-pages"] + workflow_dispatch: permissions: contents: read @@ -74,6 +75,9 @@ jobs: with: python-version: 3.8 + - name: Print PWD + run: pwd + - name: Install requests run: python -m pip install requests