aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/docs.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-06-11Revert "Change when CI runs"XhmikosR1-10/+1
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
2020-06-11Update ActionsXhmikosR1-2/+2
* skip BrowserStack if we are not on the main repo * remove the action filename from cache
2020-06-10Switch to Node.js 12.x.XhmikosR1-1/+1
2020-06-10Change when CI runsXhmikosR1-1/+10
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10Split GitHub Actions.XhmikosR1-0/+35
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.