Skip to content

Commit

Permalink
Merge branch 'main' into update_lnw_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nupuruttarwar authored Apr 5, 2024
2 parents 51490dd + 75e2276 commit fe5d246
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- id: changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: |
**.md
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
pip3 install doc8
- id: changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: |
**.rst
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Get new and changed restructured text files
id: changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: |
**.rst
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
sudo pip install sphinx sphinx_rtd_theme myst_parser
- id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: build sphinx document
run: |
Expand Down

0 comments on commit fe5d246

Please sign in to comment.