Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
genuinemoses authored Dec 12, 2023
1 parent f16aa14 commit 29516a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Deploy Jekyll Site
on:
push:
branches: ["main", "gh-pages"]
workflow_dispatch:

permissions:
contents: read
Expand Down Expand Up @@ -74,6 +75,9 @@ jobs:
with:
python-version: 3.8

- name: Print PWD
run: pwd

- name: Install requests
run: python -m pip install requests

Expand Down

0 comments on commit 29516a3

Please sign in to comment.