Skip to content

Commit a1ad3a4

Browse files
committed
fix repo name
Signed-off-by: Aritra Dey <[email protected]>
1 parent e44a206 commit a1ad3a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
branch: gh-pages-pr-previews
5555
folder: site
5656
target-folder: pr-${{ github.event.pull_request.number }}
57+
workspace: /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}
5758

5859
- name: Comment Preview URL
5960
uses: marocchino/sticky-pull-request-comment@v2
@@ -64,7 +65,7 @@ jobs:
6465
Your docs preview for this PR is available here:
6566
6667
**https://pecanproject.github.io/pr-${{ github.event.pull_request.number }}/**
67-
68+
6869
deploy-production:
6970
# Runs ONLY on push to master
7071
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)