Replies: 1 comment 4 replies
-
(moved this from an Issue to a Discussion, as it's a request for help and not a bug report/feature request) It'd be helpful to have a few more concrete details. Could you link the repository and the workflow logs, if possible? Your setup looks like it could be fine, but it's impossible to say for sure without knowing what you're working with. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i have to sites with this feature.
One works perfectly after compiling all the files into html.
The other is just a site with static html file, doesnt compile nothing and these are the settings:
name: Deploy PR previews
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy PR Preview
uses: rossjrw/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
preview-branch: gh-pages
source-dir: .
umbrella-dir: pr-preview
action: auto
Beta Was this translation helpful? Give feedback.
All reactions