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

[doit] add initial doit file; add task DeployToGitHubPages #162

Merged
merged 3 commits into from
Sep 18, 2021

Conversation

umarcor
Copy link
Collaborator

@umarcor umarcor commented Sep 18, 2021

This is a subset of #110.

As an initial approach to using pydoit, in this PR a do.py file is added. It includes a single task for uploading the documentation to GitHub Pages. So, instead of having those commands hardcoded in the workflow file, the workflow executes the task through doit.

doit can be executed as a CLI tool (which will search for a dodo.py) or it can be used through an executable script. In this case, I made the script executable and I named it do.py. As a result, ./do.py is equivalent to doit -f do.py.

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