Skip to content

Commit d268b86

Browse files
authored
Fix p2 repository path for Pages publish (#16)
1 parent c0eb4c6 commit d268b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-p2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
set -euo pipefail
4545
46-
repo_dir="repository/target/repository"
46+
repo_dir="releng/com.emmtrix.isl.site/target/repository"
4747
if [ ! -d "${repo_dir}" ]; then
4848
echo "Expected p2 repository not found at ${repo_dir}." >&2
4949
exit 1

0 commit comments

Comments
 (0)