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

Fix Build and Deploy workflow #6

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

Conversation

jacobwhall
Copy link
Contributor

Hi there,

I saw osmus/dogwood#8 and I think I've figured out how to resolve the issues you were experiencing with your GitHub Pages deployment action. These three changes allowed the workflow to complete successfully in my fork, see logs here.

Best,
Jacob

- this workflow was being triggered when commits were
  pushed to the gh-pages branch, but should instead be
  triggered when commits are pushed to the main branch
  (or whichever branch is preferred as the default)
- the GitHub Action used by the upstream osmus/dogwood
  repository for deploying the site to GitHub Pages is
  stored in a repository owned by user JamesIves. this
  commit changes the Build and Deploy workflow to use
  that action
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