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