Skip to content

Commit 895525a

Browse files
authored
Merge pull request #749 from webknjaz/maintenance/679-gh-pages-nightlies-urls
2 parents af9d808 + 8fa8318 commit 895525a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,9 +1888,9 @@ jobs:
18881888
run: |
18891889
python -m dumb_pypi.main \
18901890
--package-list <(ls dist/) \
1891-
--packages-url https://raw.githubusercontent.com/${{
1892-
github.repository
1893-
}}/gh-pages/dist \
1891+
--packages-url "https://${{
1892+
github.repository_owner
1893+
}}.github.io/${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}/dist" \
18941894
--output-dir gh-pages-dumb-pypi
18951895
shell: bash
18961896

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
749.contrib.rst
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
749.contrib.rst
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The ``dumb-pypi``-produced static package index now renders correct
2+
URLs to the distribution packages -- by :user:`webknjaz`.

0 commit comments

Comments
 (0)