Skip to content

Commit

Permalink
Fix: Preview comment url
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Aug 6, 2024
1 parent f739f6d commit 8655724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/previews-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

env:
PAGES_PROJECT_NAME: optimizer
PAGES_PROJECT_URL_SLUG: discretize-gear-optimizer
NODE_VERSION: 18

jobs:
Expand Down Expand Up @@ -96,6 +97,6 @@ jobs:
| ----------------------- | - |
| **Last commit:** | ${{ github.event.pull_request.head.sha || github.event.workflow_run.head_sha || github.sha }} |
| **Preview URL**: | ${{ steps.pages-action.outputs.url }} |
| **Branch Preview URL**: | https://${{ github.head_ref || github.ref_name }}.${{ env.PAGES_PROJECT_NAME }}.pages.dev |
| **Branch Preview URL**: | https://${{ github.head_ref || github.ref_name }}.${{ env.PAGES_PROJECT_URL_SLUG }}.pages.dev |
comment_tag: deployment
mode: upsert

0 comments on commit 8655724

Please sign in to comment.