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

Create jekyll-gh-pages.yml #5946

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create jekyll-gh-pages.yml #5946

wants to merge 1 commit into from

Conversation

sravfeyn
Copy link
Member

@sravfeyn sravfeyn commented Apr 28, 2023

Followup on #5929

It looks like we can't have any source dir other than docs and root for the github pages setting, so this adds a new github action to build the old docs at https://dimagi.github.io/commcare-cloud instead of using directory setting. See relevant github docs

Environments Affected
Announce New Release

@sravfeyn
Copy link
Member Author

@millerdev

branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a value for this key. Is this valid YAML?

Hmm, maybe it is valid. Next question, is workflow_dispatch: null valid input for github actions? I'm guessing this was copied from somewhere, so probably?

Copy link
Member Author

@sravfeyn sravfeyn Apr 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think this is valid. This was auto-created when I clicked on the button in a github settings page linked in the github docs.

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.

None yet

2 participants