Skip to content

Commit

Permalink
Fix the doc build GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av authored Nov 30, 2024
1 parent 0fd345f commit 97a2082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ghpages
on:
push:
branches:
- 'main'
- 'master'

workflow_dispatch:

Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 97a2082

Please sign in to comment.