Skip to content

Error: Resource not accessible by integration #75

Answered by rossjrw
FreaxMATE asked this question in Q&A
Discussion options

You must be logged in to vote

@FreaxMATE A couple of things here:

  1. It looks like the preview is going to the wrong place. It took me a good while to work out why your preview was being deployed to the pr-preview branch instead of to gh-pages, but it looks like that's because you started the pull request before you removed the branch parameter from the workflow file in this commit: Hephaestus-Energy-Forge/Hephaestus-Energy-Forge@ff680cf. It looks like you then opened and closed the PR a lot to try to get it to update. To get it to update, you'll need to get those changes from the main branch into the PR branch - git checkout feature/chapter-1 then either git merge main or git rebase main.

  2. As for why the preview is f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FreaxMATE
Comment options

Answer selected by FreaxMATE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants