We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44a206 commit a1ad3a4Copy full SHA for a1ad3a4
.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