mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -07:00
feat: add preview URL output to GitHub Actions workflow
Display the preview URL in build logs for easier access during PR reviews
This commit is contained in:
parent
dde3d49aae
commit
6c7405a63b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -43,6 +43,7 @@ jobs:
|
|||
nix build
|
||||
nix flake show
|
||||
ls result
|
||||
echo "Preview URL: https://${{ github.head_ref }}.softinio.pages.dev"
|
||||
|
||||
- name: Deploy to Cloudflare Pages (pull request)
|
||||
if: github.event_name == 'pull_request'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue