Skip to content

Commit

Permalink
Test tc gh page (#4)
Browse files Browse the repository at this point in the history
* Update gh actions to publish gh-page branch  - testing

* Update gh actions to publish gh-page branch  - testing

* Update gh actions to publish gh-page branch  - testing 3

* Update gh actions to publish gh-page branch  - testing 4

* Update gh actions to publish gh-page branch  - testing 5

* Update gh actions to publish gh-page branch  - testing 6

* Update gh actions to publish gh-page branch  - testing 7

* Update gh actions to publish gh-page branch  - testing 8

* Update gh actions to publish gh-page branch  - testing 9

* Update gh actions to publish gh-page branch  - testing 10

* Update gh actions to publish gh-page branch  - testing 11
  • Loading branch information
jagan-parthiban authored Feb 19, 2024
1 parent ccb81ba commit 51d02ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ jobs:
path: docs/build/html/
- name: Deploy to GitHub Pages #Push to gh-pages branch 1
uses: peaceiris/actions-gh-pages@v3
if: ${{
github.event_name == 'pull_request' &&
github.event.action == 'closed' &&
github.event.pull_request.merged == true }}
# github.event.pull_request.base.ref == 'master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 51d02ed

Please sign in to comment.