Skip to content

Commit 03bb19e

Browse files
authored
Merge pull request #31 from docentYT/development
fix docs job
2 parents fe64bd1 + 2325a9d commit 03bb19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
3333
- run: pdoc -o docs/ --docformat google --no-show-source osm_easy_api !osm_easy_api.utils
3434

35-
- uses: actions/upload-pages-artifact@v4
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
path: docs/
3838

0 commit comments

Comments
 (0)