Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 5df4e1d

Browse files
Merge pull request #8 from Granite-Code/panyamkeerthana/test
changes to workflow action names test2
2 parents 1a8f4a0 + 07c36fa commit 5df4e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: 3.11
2222

23-
- name: Install dependencies
23+
- name: Install documentation dependencies
2424
run: |
2525
python -m pip install -U pip
2626
pip install -r docs/requirements.txt
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
sphinx-build -W -b html docs/ build
3131
32-
- name: Upload artifact
32+
- name: Upload documentation artifact
3333
uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: build

0 commit comments

Comments
 (0)