Skip to content
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

Update pr-check.yml #26

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Update pr-check.yml #26

wants to merge 6 commits into from

Conversation

yogeshpaliyal
Copy link
Member

No description provided.

@yogeshpaliyal
Copy link
Member Author

✨✨ Here's an AI-assisted sketch of how you might approach this issue saved by @yogeshpaliyal using Copilot Workspace v0.22

Topic

Fix pr-check.yml to publish pr preview on github pages

Before
  • .github/workflows/pr-check.yml updated to include steps for deploying PR previews to GitHub Pages using actions/deploy-pages@v4 and rossjrw/[email protected]
  • preview: true option added to the actions/deploy-pages@v4 step in .github/workflows/pr-check.yml
  • source-dir: ./dist/ specified in the rossjrw/[email protected] step in .github/workflows/pr-check.yml
After
  • .github/workflows/pr-check.yml updated to include steps for deploying PR previews to GitHub Pages using actions/deploy-pages@v4 and rossjrw/[email protected]
  • preview: true option added to the actions/deploy-pages@v4 step in .github/workflows/pr-check.yml
  • source-dir: ./dist/ specified in the rossjrw/[email protected] step in .github/workflows/pr-check.yml
  • PR previews will now be published on GitHub Pages for pull requests targeting the main branch.
Plan
  • README.MD (CHANGE)
    • Add a section about PR previews being published on GitHub Pages for pull requests targeting the main branch
  • .github/workflows/pr-check.yml (CHANGE)
    • Add a step to deploy to GitHub Pages using actions/deploy-pages@v4 with preview: true
    • Add a step to deploy PR preview using rossjrw/[email protected] with source-dir: ./dist/
Sketch of implementation

View the changes

Details

Code analyzed at 73b7c37

Copy link

github-actions bot commented Jul 14, 2024

PR Preview Action v1.4.7
🚀 Deployed preview to https://TechPaliyal.github.io/LibraryManagement/pr-preview/pr-26/
on branch gh-pages at 2024-07-14 11:49 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant