We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a96b2 commit 2abd645Copy full SHA for 2abd645
1 file changed
.github/workflows/publish-docs.yml
@@ -54,6 +54,7 @@ jobs:
54
branch: gh-pages-pr-previews
55
folder: site
56
target-folder: pr-${{ github.event.pull_request.number }}
57
+ workspace: /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}
58
59
- name: Comment Preview URL
60
uses: marocchino/sticky-pull-request-comment@v2
@@ -64,7 +65,7 @@ jobs:
64
65
Your docs preview for this PR is available here:
66
67
**https://pecanproject.github.io/pr-${{ github.event.pull_request.number }}/**
-
68
+
69
deploy-production:
70
# Runs ONLY on push to master
71
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
0 commit comments