Skip to content

Commit

Permalink
Test tc gh page (#5)
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

* Update gh actions to publish gh-page branch  - testing 12
  • Loading branch information
jagan-parthiban authored Feb 19, 2024
1 parent 51d02ed commit 7947920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- .github/workflows/docs.yml
- traffic_control/clients/python/**.py
pull_request:
types: [opened, reopened, ready_for_review, synchronize, closed]
types: [opened, reopened, ready_for_review, synchronize]
paths:
- docs/source/**
- .github/workflows/docs.yml
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
name: HTMLDocumentation
path: docs/build/html/
- name: Deploy to GitHub Pages #Push to gh-pages branch 1
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with:
Expand Down

0 comments on commit 7947920

Please sign in to comment.