Skip to content

Commit 9ad85e1

Browse files
committed
Test 2
1 parent 9dd5ded commit 9ad85e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: pip install -r pdoc/requirements.txt
1717
- run: pdoc riid -o docs/ --html --template-dir pdoc
1818
- run: echo '<meta http-equiv="refresh" content="0; url=./riid/index.html" />' > docs/index.html
19-
- uses: actions/upload-pages-artifact@v4
19+
- uses: actions/upload-pages-artifact@v3
2020
with:
2121
path: docs/
2222
deploy:

0 commit comments

Comments
 (0)