Skip to content

Commit

Permalink
deploy_docs: fix deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDanielThangarajan committed Oct 11, 2024
1 parent 7b71ff5 commit 528c4ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wf-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

- name: Setup Pages
uses: actions/configure-pages@v4

Expand Down

0 comments on commit 528c4ee

Please sign in to comment.