8000 Example preview by d-morrison · Pull Request #2 · d-morrison/pr-preview-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Example preview #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/preview-example.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Preview example site
on:
workflow_dispatch:
pull_request:
types:
- opened
Expand All @@ -11,7 +12,6 @@ jobs:
deploy-preview:
runs-on: ubuntu-latest
# Only run if this PR is not from a fork
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p>Hello, world!</p>
<p>This is a demonstration of the PR Preview action.</p>
<p><a href="https://github.com/rossjrw/pr-preview-action">Learn more</a></p>
<p>Hello, there! 🌍 </p>
<p>This is another demonstration of the PR Preview action.</p>
<p><a href="https://github.com/rossjrw/pr-preview-action">Learn more</a></p>
0