surge-preview icon indicating copy to clipboard operation
surge-preview copied to clipboard

πŸ”‚ Preview website in surge.sh for every pull request.

Results 22 surge-preview issues
Sort by recently updated
recently updated
newest added

Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 27.0.6 to 28.1.3. Release notes Sourced from jest-circus's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...

dependencies

expected: A failed surge deployment should also fail the workflow actual: A failed surge deployment results in a successful workflow Example: https://github.com/pixelass/react-js-template/runs/6706296076?check_suite_focus=true ![Screen Shot 2022-06-02 at 12 45 03](https://user-images.githubusercontent.com/1148334/171613193-5ecc4a97-a0c2-4774-a24c-4c6d5a07b7c6.png)

There hasn't been a release in ~2 years and the repository owner hasn't answered in the issues for a while. I was wondering if this action is still maintained?

> Warning: For workflows that are triggered by the pull_request_target event, the GITHUB_TOKEN is granted read/write repository permission unless the permissions key is specified and the workflow can access secrets,...

Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.0 to 1.1.1. Changelog Sourced from @​actions/exec's changelog. 1.1.1 Update lockfileVersion to v2 in `package-lock.json #1024 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/exec&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...

dependencies

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.5 to 27.1.4. Changelog Sourced from ts-jest's changelog. 27.1.4 (2022-03-24) Bug Fixes compiler: revert #3194 (#3362) (2b7dffe), closes #3272 remove esbuild from peer dependency (#3360) (8c8c1ca), closes...

dependencies

one of the action parameters is `build`, which has a default script. if not provided by the consuming action, it will run a redundant script `npm install` etc'. I had...

## Description Hi, Through this PR, I added PR preview for Devfiles using Surge: https://github.com/devfile/docs/pull/106 However, right here https://github.com/devfile/docs/pull/116, the CI fails and the preview comment is not being generated....

Can't teardown preview using pull-request https://github.com/debezium/debezium.github.io/runs/3817363212?check_suite_focus=true ``` Error: The process '/usr/local/bin/npx' failed with exit code 1 Error: Resource not accessible by integration ```

In order to use surge-preview for pull-request, we have to have 2 workflows: - one that is bound to pull-request and that will check the PR but not publish to...