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 9b6dd7a commit e44a206Copy full SHA for e44a206
.github/workflows/publish-docs.yml
@@ -63,8 +63,8 @@ jobs:
63
🚀 **Preview Ready!**
64
Your docs preview for this PR is available here:
65
66
- **https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-${{ github.event.pull_request.number }}/**
67
-
+ **https://pecanproject.github.io/pr-${{ github.event.pull_request.number }}/**
+
68
deploy-production:
69
# Runs ONLY on push to master
70
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
0 commit comments