Data
Home
GitHub Actions
1.
Copy the Template Repository
2.
Configure the Repository
3.
Connect to Zenodo (Coming Soon)
4.
Interact with GitHub Actions Page
5.
Add Data
6.
Add Data Code
7.
Add Data Checks
8.
Update Data
9.
Keep Collecting Data!
Travis CI
1.
Copy the Template Repository
2.
Configure the Repository
3.
Connect to Zenodo
4.
Connect to Travis
5.
Allow Automated Updating
6.
Add Data
7.
Add Data Code
8.
Add Data Checks
9.
Update Data
10.
Keep Collecting Data!
Built with
from
Grav
and
Hugo
>
GitHub Actions
> Interact with GitHub Actions Page
Interact with GitHub Actions Page
Go to your version of the repo on GitHub and click the Actions tab:
Under “All workflows” you should see your commit message, in our case “Adding .github”, next to which there will be either:
A yellow spinning ball indicating a particular workflow is currently running. Your first workflow should take a little over 6 minutes to complete.
A green checkmark indicating the workflow was successful. This should be the case for you after your workflow is finished.
A red X indicating the workflow failed
To get details of a particular workflow, click on the commit message -> R CMD CHECK. Here we see that all steps in our workflow were successful.